summaryrefslogtreecommitdiff
path: root/fullpkg
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2011-12-18 17:55:10 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2011-12-18 17:55:10 -0300
commitcccba27ea8ec823a9768ba2cd944edab53697bb1 (patch)
tree6f5a367807d3a2e3a1a58deccbb576857aa49ce9 /fullpkg
parent7e8764fb315b05068fe9d704734a2a4ec8588e54 (diff)
parent54ba056b200a5ef141f8d589a2f45478c6bd8a6b (diff)
Merge branch 'master' of ssh://gparabola/libretools
Diffstat (limited to 'fullpkg')
-rwxr-xr-xfullpkg7
1 files changed, 3 insertions, 4 deletions
diff --git a/fullpkg b/fullpkg
index cf98331..eddf3d5 100755
--- a/fullpkg
+++ b/fullpkg
@@ -348,11 +348,10 @@ if [ ${level} -eq 0 ]; then
touch "${build_dir}"/{log,BUILDORDER}
buildorder="${build_dir}/BUILDORDER"
- if ! (( noupdate )); then
+ if ! noupdate; then
-# Always return true
- msg "Updating pacman db and packages"
- sudo pacman -Syu --noconfirm || true
+ msg "Updating pacman db"
+ sudo pacman -Sy --noconfirm || true
fi