summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-09-20 14:49:40 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-09-20 14:49:40 -0400
commitd94e39da8c1423edce2a72bfaf991ef25cdd76a6 (patch)
tree6cdf141e2da711a55aa701131a76bc4ecf31584e
parent03de6a777867fd566c7edc9b17097d7f5c966d71 (diff)
dagpkg: Fix a comment
-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