summaryrefslogtreecommitdiff
path: root/src/dagpkg
diff options
context:
space:
mode:
Diffstat (limited to 'src/dagpkg')
-rwxr-xr-xsrc/dagpkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dagpkg b/src/dagpkg
index 122782c..1196149 100755
--- a/src/dagpkg
+++ b/src/dagpkg
@@ -142,7 +142,7 @@ visit_pkgbuild() {
main() {
# Source variables from libretools
declare -i ret=0
- load_conf libretools.conf FULLBUILDCMD || ret=$ # and HOOK{PRE,POST}BUILD, which are optional
+ load_conf libretools.conf FULLBUILDCMD || ret=$ # and HOOKPREBUILD & HOOKLOCALRELEASE, which are optional
load_conf makepkg.conf CARCH || ret=$?
[[ $ret = 0 ]] || exit $ret