diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-12-14 14:47:40 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-12-14 14:47:40 -0300 |
commit | 43fea251e8c25e408bb0e59a2a8f0ef2c0c72a9a (patch) | |
tree | b1c9fe70fc82ad9b4e7819fc2a1917970b3648f0 /fullpkg | |
parent | 55abb1e683ace68905f987bdcd452df6e709a9e8 (diff) | |
parent | 54ba056b200a5ef141f8d589a2f45478c6bd8a6b (diff) |
Merge branch 'master' into fauno
Diffstat (limited to 'fullpkg')
-rwxr-xr-x | fullpkg | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -340,11 +340,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 |