summaryrefslogtreecommitdiff
path: root/fullpkg
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-07 13:39:37 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-07 13:39:37 -0300
commit6d20859e305d5998358ee61d93741600fafd0b4e (patch)
treeafbb9392218ecf565786cf2267a6efd5d502ec81 /fullpkg
parent3505f337fcabdc51c1c165587ae77b70a0161614 (diff)
fullpkg needs to update the repo dbs after local release
Diffstat (limited to 'fullpkg')
-rwxr-xr-xfullpkg3
1 files changed, 3 insertions, 0 deletions
diff --git a/fullpkg b/fullpkg
index a668b45..f281df3 100755
--- a/fullpkg
+++ b/fullpkg
@@ -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)"