diff options
Diffstat (limited to 'helpers/lh_chroot_localhooks')
-rwxr-xr-x | helpers/lh_chroot_localhooks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_localhooks b/helpers/lh_chroot_localhooks index ddc3af408..94d9684c3 100755 --- a/helpers/lh_chroot_localhooks +++ b/helpers/lh_chroot_localhooks @@ -57,7 +57,7 @@ then Chroot "/root/`basename ${HOOK}`" # Removing hook - rm -f chroot/"`basename ${HOOK}`" + rm -f chroot/root/"`basename ${HOOK}`" done # Creating stage file |