diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-12-14 13:59:09 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-12-14 13:59:09 -0300 |
commit | ade30f1b9db8e10b23439a1c90b384b93483fcc7 (patch) | |
tree | 52fc76f5aa06abd044b2f684d2075044a03c39aa /fullpkg | |
parent | b7350ea957eda0f738bdbe7e74586c0c21fc3334 (diff) | |
parent | 1b374dbd360ad90ec5455dbd22f3a9b339dd9c95 (diff) |
Merge branch 'master' of ssh://gparabola/libretools
Diffstat (limited to 'fullpkg')
-rwxr-xr-x | fullpkg | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 |