kiss: More KISS_ROOT fixes

This commit is contained in:
Dylan Araps 2020-05-12 10:50:05 +03:00
parent c320af4ebb
commit 14b54e0c61
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -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.