forked from kiss-community/kiss
kiss: drop leading / from datadir/libdir.
This commit is contained in:
parent
e070753d7b
commit
a129610f24
4
kiss
4
kiss
@ -1507,8 +1507,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_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.
|
||||||
# Check this once so as to not slow down printing.
|
# Check this once so as to not slow down printing.
|
||||||
|
Loading…
Reference in New Issue
Block a user