summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-10-15 19:59:40 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-10-15 23:13:10 -0400
commitcac0faec9d6c2ab143debdc3c6fcb5b661e01dd3 (patch)
treed163f48b77e3f269e16553e644fa504826579a36 /src
parent3cdb638d9d88d23182d35a971e13102a661aaffd (diff)
libremakepkg: hooks-chcleanup: fix variable name causing it to not run
Diffstat (limited to 'src')
-rw-r--r--src/chroot-tools/hooks-chcleanup.sh2
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