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

(-)x-modular.eclass.orig (-3 / +10 lines)
Lines 339-347 Link Here
339
339
340
x-modular_src_install() {
340
x-modular_src_install() {
341
	# Install everything to ${XDIR}
341
	# Install everything to ${XDIR}
342
	make \
342
	if [[ ${CATEGORY} = x11-proto ]]; then
343
		DESTDIR="${D}" \
343
		make \
344
		install
344
			${PN/proto/}docdir=/usr/share/doc/${PF} \
345
			DESTDIR="${D}" \
346
			install
347
	else
348
		make \
349
			DESTDIR="${D}" \
350
			install
351
	fi
345
# Shouldn't be necessary in XDIR=/usr
352
# Shouldn't be necessary in XDIR=/usr
346
# einstall forces datadir, so we need to re-force it
353
# einstall forces datadir, so we need to re-force it
347
#		datadir=${XDIR}/share \
354
#		datadir=${XDIR}/share \

Return to bug 164917