Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 679640
Collapse All | Expand All

(-)a/sys-fs/e2fsprogs/e2fsprogs-1.44.6.ebuild (-1 / +1 lines)
Lines 104-110 src_compile() { Link Here
104
src_install() {
104
src_install() {
105
	# need to set root_libdir= manually as any --libdir options in the
105
	# need to set root_libdir= manually as any --libdir options in the
106
	# econf above (i.e. multilib) will screw up the default #276465
106
	# econf above (i.e. multilib) will screw up the default #276465
107
	emake \
107
	emake -j1 \
108
		STRIP=: \
108
		STRIP=: \
109
		root_libdir="${EPREFIX%/}/usr/$(get_libdir)" \
109
		root_libdir="${EPREFIX%/}/usr/$(get_libdir)" \
110
		DESTDIR="${D%/}" \
110
		DESTDIR="${D%/}" \

Return to bug 679640