aboutsummaryrefslogtreecommitdiff
path: root/kiss
diff options
context:
space:
mode:
authordylan.araps@gmail.com <dylan.araps@gmail.com>2020-02-07 13:39:55 +0000
committerdylan.araps@gmail.com <dylan.araps@gmail.com>2020-02-07 13:39:55 +0000
commit2fb372ac8ee5987fef01316dcba8f7d875256873 (patch)
treeabfcb1784ffbdf44ba82e80ab2ac73821131110f /kiss
parent848b3112eb7c984d87955b81ade0b1129d02659d (diff)
downloadcpt-2fb372ac8ee5987fef01316dcba8f7d875256873.tar.gz
KISS_HOOK: docs
FossilOrigin-Name: a227b14b34c3c61a64c5d05f0a731e2214a06c417198af46c21e7671aad2660c
Diffstat (limited to 'kiss')
-rwxr-xr-xkiss4
1 files changed, 2 insertions, 2 deletions
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.