summaryrefslogtreecommitdiff
path: root/fullpkg
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-12-14 13:59:09 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-12-14 13:59:09 -0300
commitade30f1b9db8e10b23439a1c90b384b93483fcc7 (patch)
tree52fc76f5aa06abd044b2f684d2075044a03c39aa /fullpkg
parentb7350ea957eda0f738bdbe7e74586c0c21fc3334 (diff)
parent1b374dbd360ad90ec5455dbd22f3a9b339dd9c95 (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