aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2007-11-01 00:46:55 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2007-11-01 00:46:55 +0000
commit943ce2047b452a972d087d778c2a5488bac2ae71 (patch)
tree7068f945569da9efa72c0db3c53355115d7b202d /gen_compile.sh
parentAdded a patch from Alan Hourihane <alanh@fairlite.demon.co.uk> for mdadm supp... (diff)
downloadgenkernel-943ce2047b452a972d087d778c2a5488bac2ae71.tar.gz
genkernel-943ce2047b452a972d087d778c2a5488bac2ae71.tar.bz2
genkernel-943ce2047b452a972d087d778c2a5488bac2ae71.zip
Fixed device-mapper/man removal for bug #196087, fixed mdadm.conf copying, and fixed syntax error for bug #197582. This is genkernel-3.4.9_pre5.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@550 67a159dc-881f-0410-a524-ba9dfbe2cb84
Diffstat (limited to 'gen_compile.sh')
-rw-r--r--gen_compile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_compile.sh b/gen_compile.sh
index 3fbb34f..70a2c79 100644
--- a/gen_compile.sh
+++ b/gen_compile.sh
@@ -608,7 +608,7 @@ compile_device_mapper() {
compile_generic 'install' utils
print_info 1 ' >> Copying to cache...'
cd "${TEMP}"
- rm -r "${TEMP}/device-mapper/man" ||
+ rm -rf "${TEMP}/device-mapper/man" ||
gen_die 'Could not remove manual pages!'
strip "${TEMP}/device-mapper/sbin/dmsetup" ||
gen_die 'Could not strip dmsetup binary!'