From d94e39da8c1423edce2a72bfaf991ef25cdd76a6 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 20 Sep 2018 14:49:40 -0400 Subject: dagpkg: Fix a comment --- src/dagpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.2