diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-11-28 02:48:23 -0600 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-11-28 02:48:23 -0600 |
commit | d899caa8de20db4b4fca9d74b5f1c077d8008ccc (patch) | |
tree | 4c729993c9f1c4c3ab7e5e65d6dbb7fada7c481a /fullpkg | |
parent | 23d5590a1efca4ecb31413ef60f55ed5f9af1c88 (diff) |
fullpkg noupdate
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 |