summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Jones <rich@hakodate.home.annexia.org>2009-05-06 17:26:00 +0100
committerRichard Jones <rich@hakodate.home.annexia.org>2009-05-06 17:26:00 +0100
commit63560b73d9a46092e2fa6e07d460e53a5965b6c9 (patch)
treedddd5200b66c0e96057604727e02be2a8ad1339f
parentf0ad7a74e6974bdf5e94d942ecbfd71803362e0e (diff)
downloadfebootstrap-63560b73d9a46092e2fa6e07d460e53a5965b6c9.tar.gz
febootstrap-63560b73d9a46092e2fa6e07d460e53a5965b6c9.tar.xz
febootstrap-63560b73d9a46092e2fa6e07d460e53a5965b6c9.zip
Use `rm -rf' on locale files, so works with RHEL 5.
-rwxr-xr-xfebootstrap-minimize.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/febootstrap-minimize.sh b/febootstrap-minimize.sh
index b4f23c5..148de5c 100755
--- a/febootstrap-minimize.sh
+++ b/febootstrap-minimize.sh
@@ -177,7 +177,7 @@ trap remove_tmpdir EXIT
#----------------------------------------------------------------------
if [ "$keep_locales" != "yes" ]; then
- rm -f "$target"/usr/lib/locale/*
+ rm -rf "$target"/usr/lib/locale/*
rm -rf "$target"/usr/share/locale
rm -rf "$target"/usr/lib*/gconv
rm -f "$target"/usr/bin/localedef