summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-01-28 18:40:31 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-01-28 18:40:31 (GMT)
commit34c2acc77ac9287442d1516364c7f599d8b815d2 (patch)
tree650af7a4d370ecea49bb9e65d03810f9abd66567 /scripts
parent42dd33bb71fbb73a3b15d7ced4a52318ccf94f46 (diff)
Patch from Michael Abbott <michael@araneidae.co.uk> to allow build to work with ancient findutils.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/crosstool.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/crosstool.sh b/scripts/crosstool.sh
index 1405ca5..38b8405 100755
--- a/scripts/crosstool.sh
+++ b/scripts/crosstool.sh
@@ -397,9 +397,9 @@ if [ "${CT_ONLY_DOWNLOAD}" != "y" -a "${CT_ONLY_EXTRACT}" != "y" ]; then
done
CT_DoLog DEBUG "Removing access to the build system tools"
- find "${CT_PREFIX_DIR}/bin" -name "${CT_BUILD}-"'*' -exec rm -fv {} \+ |CT_DoLog DEBUG
- find "${CT_PREFIX_DIR}/bin" -name "${CT_UNIQ_BUILD}-"'*' -exec rm -fv {} \+ |CT_DoLog DEBUG
- find "${CT_PREFIX_DIR}/bin" -name "${CT_HOST}-"'*' -exec rm -fv {} \+ |CT_DoLog DEBUG
+ find "${CT_PREFIX_DIR}/bin" -name "${CT_BUILD}-"'*' -exec rm -fv {} \; |CT_DoLog DEBUG
+ find "${CT_PREFIX_DIR}/bin" -name "${CT_UNIQ_BUILD}-"'*' -exec rm -fv {} \; |CT_DoLog DEBUG
+ find "${CT_PREFIX_DIR}/bin" -name "${CT_HOST}-"'*' -exec rm -fv {} \; |CT_DoLog DEBUG
# Install the /populator/
CT_DoLog EXTRA "Installing the populate helper"