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

(-)bin/ebuild-functions.sh.orig (+1 lines)
Lines 77-82 Link Here
77
			local x
77
			local x
78
			for x in $(find "${WORKDIR}" -type f -name config.guess -o -name config.sub) ; do
78
			for x in $(find "${WORKDIR}" -type f -name config.guess -o -name config.sub) ; do
79
				echo " * econf: updating ${x/${WORKDIR}\/} with /usr/share/gnuconfig/${x##*/}"
79
				echo " * econf: updating ${x/${WORKDIR}\/} with /usr/share/gnuconfig/${x##*/}"
80
				rm -f "${x}"
80
				cp -f "/usr/share/gnuconfig/${x##*/}" "${x}"
81
				cp -f "/usr/share/gnuconfig/${x##*/}" "${x}"
81
				chmod a+x "${x}"
82
				chmod a+x "${x}"
82
			done
83
			done

Return to bug 93363