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

kiss: added INCDIR, fixed BINDIR

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

3
kiss
View File

@ -1508,7 +1508,8 @@ 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_BINDIR=${KISS_BINDIR:-bin}
export KISS_INCDIR=${KISS_INCDIR:-include}
export KISS_DATADIR=${KISS_DATADIR:-share}
# Allow the user to disable colors in output via an environment variable.