forked from kiss-community/kiss
kiss: More KISS_ROOT fixes
This commit is contained in:
parent
c320af4ebb
commit
14b54e0c61
2
kiss
2
kiss
@ -1675,7 +1675,7 @@ main() {
|
|||||||
|
|
||||||
# This allows for automatic setup of a KISS chroot and will
|
# This allows for automatic setup of a KISS chroot and will
|
||||||
# do nothing on a normal system.
|
# 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
|
# Create the required temporary directories and set the variables
|
||||||
# which point to them.
|
# which point to them.
|
||||||
|
Loading…
Reference in New Issue
Block a user