mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-11-04 14:05:41 -07:00
misc: clean up
This commit is contained in:
parent
69534b8c7c
commit
7544da13e1
3
kiss
3
kiss
@ -122,8 +122,7 @@ pkg_sources() {
|
||||
# Store each downloaded source in named after the package it
|
||||
# belongs to. This avoid conflicts between two packages having a
|
||||
# source of the same name.
|
||||
mkdir -p "$src_dir/$1"
|
||||
cd "$src_dir/$1"
|
||||
mkdir -p "$src_dir/$1" && cd "$src_dir/$1"
|
||||
|
||||
# Find the package's repository files. This needs to keep
|
||||
# happening as we can't store this data in any kind of data
|
||||
|
Loading…
Reference in New Issue
Block a user