diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-07 13:39:37 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-07 13:39:37 -0300 |
commit | 6d20859e305d5998358ee61d93741600fafd0b4e (patch) | |
tree | afbb9392218ecf565786cf2267a6efd5d502ec81 /fullpkg | |
parent | 3505f337fcabdc51c1c165587ae77b70a0161614 (diff) |
fullpkg needs to update the repo dbs after local release
Diffstat (limited to 'fullpkg')
-rwxr-xr-x | fullpkg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -249,6 +249,9 @@ function _pkg_build () { librestage $repo || { echo "unstaged:$(basename $PWD)" >> $build_dir/log } + + msg "Updating pacman db and packages" + sudo pacman -Syu --noconfirm } echo "built:$(basename $PWD)" >> $build_dir/log cleanup "$(basename $PWD)" |