kiss: allow KISS_PREFIX to be empty

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

2
kiss
View File

@ -1506,7 +1506,7 @@ main() {
set -ef
# 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_DATADIR=${KISS_DATADIR:-share}