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

(-)/usr/portage/eclass/x-modular.eclass.old (-1 / +1 lines)
Lines 395-401 Link Here
395
	# Install everything to ${XDIR}
395
	# Install everything to ${XDIR}
396
	make \
396
	make \
397
		DESTDIR="${D}" \
397
		DESTDIR="${D}" \
398
		install
398
		install || die "make install failed"
399
# Shouldn't be necessary in XDIR=/usr
399
# Shouldn't be necessary in XDIR=/usr
400
# einstall forces datadir, so we need to re-force it
400
# einstall forces datadir, so we need to re-force it
401
#		datadir=${XDIR}/share \
401
#		datadir=${XDIR}/share \

Return to bug 235629