mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-25 08:30:05 -07:00
kiss: Minor clean up
This commit is contained in:
parent
74ed4988c9
commit
0c805343b0
4
kiss
4
kiss
@ -1128,7 +1128,6 @@ pkg_install() {
|
||||
# if needed.
|
||||
(
|
||||
cd "$tar_dir/$pkg_name"
|
||||
|
||||
decompress "$tar_file" | tar xf -
|
||||
)
|
||||
|
||||
@ -1558,8 +1557,7 @@ main() {
|
||||
KISS_ROOT=${KISS_ROOT%/}
|
||||
|
||||
# Define some paths which we will then use throughout the script.
|
||||
pkg_db=var/db/kiss/installed
|
||||
sys_db=$KISS_ROOT/$pkg_db
|
||||
sys_db=$KISS_ROOT/${pkg_db:=var/db/kiss/installed}
|
||||
|
||||
# This allows for automatic setup of a KISS chroot and will
|
||||
# do nothing on a normal system.
|
||||
|
Loading…
Reference in New Issue
Block a user