diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-02-07 13:39:55 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-02-07 13:39:55 +0000 |
commit | 2fb372ac8ee5987fef01316dcba8f7d875256873 (patch) | |
tree | abfcb1784ffbdf44ba82e80ab2ac73821131110f /kiss | |
parent | 848b3112eb7c984d87955b81ade0b1129d02659d (diff) | |
download | cpt-2fb372ac8ee5987fef01316dcba8f7d875256873.tar.gz |
KISS_HOOK: docs
FossilOrigin-Name: a227b14b34c3c61a64c5d05f0a731e2214a06c417198af46c21e7671aad2660c
Diffstat (limited to 'kiss')
-rwxr-xr-x | kiss | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |