From cf65299d429d69a119fffa81b5c1f59fba0a1833 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 27 Sep 2020 20:34:42 +0300 Subject: [PATCH] kiss: allow KISS_PREFIX to be empty --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index cf807e9..a17f1f0 100755 --- a/kiss +++ b/kiss @@ -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}