--- bin/ebuild-functions.sh.orig 2005-06-28 13:20:38.000000000 +0200 +++ bin/ebuild-functions.sh 2005-06-28 13:58:40.000000000 +0200 @@ -75,7 +75,7 @@ if [ -x "${ECONF_SOURCE}/configure" ]; then if [ -e /usr/share/gnuconfig/ ]; then local x - for x in $(find "${WORKDIR}" -type f -name config.guess -o -name config.sub) ; do + for x in $(find "${WORKDIR}" -type f \( -name config.guess -o -name config.sub \)) ; do echo " * econf: updating ${x/${WORKDIR}\/} with /usr/share/gnuconfig/${x##*/}" cp -f "/usr/share/gnuconfig/${x##*/}" "${x}" chmod a+x "${x}"