new scheme

This commit is contained in:
Jack L. Frost 2015-02-02 03:15:08 +03:00
parent 025ddde53a
commit decd47d867
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ build_pkg() {
package="$2"
[[ -d "${cfg_build_dir}/repos/${repo}/${package}" ]] || {
err "Package ${package} doesn't exist in ${cfg_build_dir}"
err "Package ${package} doesn't exist in ${cfg_build_dir}/repos/${repo}"
return 1
}