summaryrefslogtreecommitdiff
path: root/fullpkg
diff options
context:
space:
mode:
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)"