From 14b54e0c6180020fae0397d3d86c0a08f53452eb Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 12 May 2020 10:50:05 +0300 Subject: [PATCH] kiss: More KISS_ROOT fixes --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index c0e1a95..dd364c8 100755 --- a/kiss +++ b/kiss @@ -1675,7 +1675,7 @@ main() { # This allows for automatic setup of a KISS chroot and will # do nothing on a normal system. - mkdir -p "${sys_db:=$KISS_ROOT/$pkg_db}" 2>/dev/null ||: + mkdir -p "${sys_db:=$KISS_ROOT/}" 2>/dev/null ||: # Create the required temporary directories and set the variables # which point to them.