forked from kiss-community/kiss
docs: update
This commit is contained in:
parent
a53f1eb80a
commit
1d52764f21
6
kiss
6
kiss
@ -112,9 +112,9 @@ pkg_sources() {
|
||||
# files is also checked.
|
||||
log "[$1] Downloading 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.
|
||||
# Store each downloaded source in a directory 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"
|
||||
|
||||
repo_dir=$(pkg_find "$1")
|
||||
|
Loading…
Reference in New Issue
Block a user