Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 93363 | Differences between
and this patch

Collapse All | Expand All

(-)ebuild.sh.orig (-1 / +1 lines)
Lines 410-416 Link Here
410
			local x
410
			local x
411
			for x in $(find ${WORKDIR} -type f -name config.guess -o -name config.sub) ; do
411
			for x in $(find ${WORKDIR} -type f -name config.guess -o -name config.sub) ; do
412
				echo " * econf: updating ${x/${WORKDIR}\/} with /usr/share/gnuconfig/${x##*/}"
412
				echo " * econf: updating ${x/${WORKDIR}\/} with /usr/share/gnuconfig/${x##*/}"
413
				cp /usr/share/gnuconfig/${x##*/} ${x}
413
				cp -f /usr/share/gnuconfig/${x##*/} ${x}
414
			done
414
			done
415
		fi
415
		fi
416
416

Return to bug 93363