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

(-)ion3-20061223.ebuild (-2 / +2 lines)
Lines 55-64 Link Here
55
	use iontruetype && patch -p1 < ${DISTDIR}/xft-ion3-for-darcs-20061202.diff
55
	use iontruetype && patch -p1 < ${DISTDIR}/xft-ion3-for-darcs-20061202.diff
56
56
57
	# Rewrite install directories to be prefixed by DESTDIR for sake of portage's sandbox
57
	# Rewrite install directories to be prefixed by DESTDIR for sake of portage's sandbox
58
	sed -i Makefile build/rules.mk \
58
	sed -i build/rules.mk \
59
		-e 's!\($(INSTALL\w*)\|rm -f\|ln -s\)\(.*\)\($(\w\+DIR)\)!\1\2$(DESTDIR)\3!g'
59
		-e 's!\($(INSTALL\w*)\|rm -f\|ln -s\)\(.*\)\($(\w\+DIR)\)!\1\2$(DESTDIR)\3!g'
60
60
61
	for i in "${IONFLUX_PN}-${IONFLUX_PV}" "${IONXRANDR_PN}-${IONXRANDR_PV}"
61
	for i in "${MY_PN}" "${IONFLUX_PN}-${IONFLUX_PV}" "${IONXRANDR_PN}-${IONXRANDR_PV}"
62
	do
62
	do
63
	    cd ${WORKDIR}/${i}
63
	    cd ${WORKDIR}/${i}
64
	    # Rewrite install directories to be prefixed by DESTDIR for sake of portage's sandbox
64
	    # Rewrite install directories to be prefixed by DESTDIR for sake of portage's sandbox

Return to bug 163104