aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 3fbb34f9..70a2c798 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!'