kiss: Minor clean up

This commit is contained in:
Dylan Araps 2020-05-23 10:05:19 +03:00
parent 74ed4988c9
commit 0c805343b0
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 2 additions and 4 deletions

4
kiss
View File

@ -1128,7 +1128,6 @@ pkg_install() {
# if needed. # if needed.
( (
cd "$tar_dir/$pkg_name" cd "$tar_dir/$pkg_name"
decompress "$tar_file" | tar xf - decompress "$tar_file" | tar xf -
) )
@ -1558,8 +1557,7 @@ main() {
KISS_ROOT=${KISS_ROOT%/} KISS_ROOT=${KISS_ROOT%/}
# Define some paths which we will then use throughout the script. # Define some paths which we will then use throughout the script.
pkg_db=var/db/kiss/installed sys_db=$KISS_ROOT/${pkg_db:=var/db/kiss/installed}
sys_db=$KISS_ROOT/$pkg_db
# 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.