update all packages

This commit is contained in:
Jack L. Frost 2015-06-26 17:37:13 +03:00
parent fe929b7103
commit e02458f695
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ main() {
build_pkg "$package" "$repo_name"
cd "${cfg_repos_dir}/${repo_name}"
repo-add -n "${repo_name}.db.tar.gz" "$package"*.pkg.tar.xz
repo-add -n "${repo_name}.db.tar.gz" *.pkg.tar.xz &> update.log
}
main "$@"