kiss: drop leading / from datadir/libdir.

This commit is contained in:
Dylan Araps 2020-09-27 20:31:56 +03:00
parent e070753d7b
commit a129610f24
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

4
kiss
View File

@ -1507,8 +1507,8 @@ main() {
# Set the default values of system directories.
export KISS_PREFIX=${KISS_PREFIX:-/usr}
export KISS_LIBDIR=${KISS_LIBDIR:-/lib}
export KISS_DATADIR=${KISS_DATADIR:-/share}
export KISS_LIBDIR=${KISS_LIBDIR:-lib}
export KISS_DATADIR=${KISS_DATADIR:-share}
# Allow the user to disable colors in output via an environment variable.
# Check this once so as to not slow down printing.