diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-10-15 19:59:40 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-10-15 23:13:10 -0400 |
commit | cac0faec9d6c2ab143debdc3c6fcb5b661e01dd3 (patch) | |
tree | d163f48b77e3f269e16553e644fa504826579a36 /src/chroot-tools | |
parent | 3cdb638d9d88d23182d35a971e13102a661aaffd (diff) |
libremakepkg: hooks-chcleanup: fix variable name causing it to not run
Diffstat (limited to 'src/chroot-tools')
-rw-r--r-- | src/chroot-tools/hooks-chcleanup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chroot-tools/hooks-chcleanup.sh b/src/chroot-tools/hooks-chcleanup.sh index 3c91c35..86c872c 100644 --- a/src/chroot-tools/hooks-chcleanup.sh +++ b/src/chroot-tools/hooks-chcleanup.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -euE -hooks_pre_build+=("clean_chroot") +hook_pre_build+=("clean_chroot") clean_chroot() ( set +x |