From d899caa8de20db4b4fca9d74b5f1c077d8008ccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20Ismael=20Haase=20Hern=C3=A1ndez?= Date: Mon, 28 Nov 2011 02:48:23 -0600 Subject: fullpkg noupdate --- fullpkg | 7 +++---- 1 file 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 -- cgit v1.1-4-g5e80