new scheme

This commit is contained in:
Jack L. Frost 2015-02-02 03:13:42 +03:00
parent 9d12f281f7
commit 025ddde53a
1 changed files with 0 additions and 2 deletions

View File

@ -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