diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:49 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:49 +0200 |
commit | 8762edaa61a21de7708d6293287e9eb306716578 (patch) | |
tree | 589606906e4e8966797f352ec63162cbb4016da0 /helpers/lh_chroot_localhooks | |
parent | d3cf9b4d93906346645fa9640517bf3907c40345 (diff) | |
download | vyos-live-build-8762edaa61a21de7708d6293287e9eb306716578.tar.gz vyos-live-build-8762edaa61a21de7708d6293287e9eb306716578.zip |
Adding live-helper 1.0~a4-1.
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 |