kiss: added KISS_BINDIR

This commit is contained in:
Dylan Araps 2020-09-27 20:39:13 +03:00
parent cf65299d42
commit 32a84f73e8
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

1
kiss
View File

@ -1508,6 +1508,7 @@ main() {
# Set the default values of system directories. # Set the default values of system directories.
export KISS_PREFIX=${KISS_PREFIX-/usr} export KISS_PREFIX=${KISS_PREFIX-/usr}
export KISS_LIBDIR=${KISS_LIBDIR:-lib} export KISS_LIBDIR=${KISS_LIBDIR:-lib}
export KISS_BINDIR=${KISS_BINDIR:-dir}
export KISS_DATADIR=${KISS_DATADIR:-share} export KISS_DATADIR=${KISS_DATADIR:-share}
# Allow the user to disable colors in output via an environment variable. # Allow the user to disable colors in output via an environment variable.