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

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.
export KISS_PREFIX=${KISS_PREFIX-/usr}
export KISS_LIBDIR=${KISS_LIBDIR:-lib}
export KISS_BINDIR=${KISS_BINDIR:-dir}
export KISS_DATADIR=${KISS_DATADIR:-share}
# Allow the user to disable colors in output via an environment variable.