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 / +1 lines)
Lines 75-81 Link Here
75
	if [ -x "${ECONF_SOURCE}/configure" ]; then
75
	if [ -x "${ECONF_SOURCE}/configure" ]; then
76
		if [ -e /usr/share/gnuconfig/ ]; then
76
		if [ -e /usr/share/gnuconfig/ ]; then
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
				cp -f "/usr/share/gnuconfig/${x##*/}" "${x}"
80
				cp -f "/usr/share/gnuconfig/${x##*/}" "${x}"
81
				chmod a+x "${x}"
81
				chmod a+x "${x}"

Return to bug 93363