From 63560b73d9a46092e2fa6e07d460e53a5965b6c9 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 6 May 2009 17:26:00 +0100 Subject: [PATCH] Use `rm -rf' on locale files, so works with RHEL 5. --- febootstrap-minimize.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1