1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-09-28 12:22:39 -06:00

kiss.1: Add missing hooks to manpage

This commit is contained in:
Dylan Araps 2020-04-26 09:31:08 +03:00
parent adc4c99a19
commit a80eb5a2b0
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

3
kiss.1
View File

@ -61,7 +61,8 @@ export KISS_FORCE=0
# The script will have the following environment variables set.
#
# $PKG: Name of the current package .
# $TYPE: The type of hook (valid: pre-build, post-build).
# $TYPE: The type of hook (valid: pre-build, post-build, build-fail,
# pre-install, post-install).
# $DEST: The full path to where 'make install' will put the package.
#
# Simple example script: