new scheme
This commit is contained in:
parent
9d12f281f7
commit
025ddde53a
|
@ -9,8 +9,6 @@ build_pkg() {
|
|||
repo="$1"
|
||||
package="$2"
|
||||
|
||||
IFS=':' read repo package <<< "$1"
|
||||
|
||||
[[ -d "${cfg_build_dir}/repos/${repo}/${package}" ]] || {
|
||||
err "Package ${package} doesn't exist in ${cfg_build_dir}"
|
||||
return 1
|
||||
|
|
Loading…
Reference in New Issue
Block a user