From cac0faec9d6c2ab143debdc3c6fcb5b661e01dd3 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 15 Oct 2013 19:59:40 -0400 Subject: libremakepkg: hooks-chcleanup: fix variable name causing it to not run --- src/chroot-tools/hooks-chcleanup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.2