From 2fb372ac8ee5987fef01316dcba8f7d875256873 Mon Sep 17 00:00:00 2001 From: "dylan.araps@gmail.com" Date: Fri, 7 Feb 2020 13:39:55 +0000 Subject: KISS_HOOK: docs FossilOrigin-Name: a227b14b34c3c61a64c5d05f0a731e2214a06c417198af46c21e7671aad2660c --- kiss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kiss') diff --git a/kiss b/kiss index 35a8a40..0685909 100755 --- a/kiss +++ b/kiss @@ -601,7 +601,7 @@ pkg_build() { if [ "$KISS_HOOK" ]; then log "$pkg" "Running pre-build hook" - TYPE=pre PKG=$pkg DEST=$pkg_dir/$pkg . "$KISS_HOOK" + TYPE=pre-build PKG=$pkg DEST=$pkg_dir/$pkg . "$KISS_HOOK" fi # Call the build script, log the output to the terminal @@ -626,7 +626,7 @@ pkg_build() { if [ "$KISS_HOOK" ]; then log "$pkg" "Running post-build hook" - TYPE=post PKG=$pkg DEST=$pkg_dir/$pkg . "$KISS_HOOK" + TYPE=post-build PKG=$pkg DEST=$pkg_dir/$pkg . "$KISS_HOOK" fi # Create the manifest file early and make it empty. -- cgit v1.2.3