From a129610f24c20c9b0a710a64ea32d280be8a30af Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 27 Sep 2020 20:31:56 +0300 Subject: [PATCH] kiss: drop leading / from datadir/libdir. --- kiss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kiss b/kiss index 04494bd..cf807e9 100755 --- a/kiss +++ b/kiss @@ -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.