mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-25 00:20:05 -07:00
kiss: added INCDIR, fixed BINDIR
This commit is contained in:
parent
32a84f73e8
commit
ea5e2cbac7
3
kiss
3
kiss
@ -1508,7 +1508,8 @@ 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_BINDIR=${KISS_BINDIR:-bin}
|
||||||
|
export KISS_INCDIR=${KISS_INCDIR:-include}
|
||||||
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user