summaryrefslogtreecommitdiff
path: root/fullpkg
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-14 14:47:40 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-14 14:47:40 -0300
commit43fea251e8c25e408bb0e59a2a8f0ef2c0c72a9a (patch)
treeb1c9fe70fc82ad9b4e7819fc2a1917970b3648f0 /fullpkg
parent55abb1e683ace68905f987bdcd452df6e709a9e8 (diff)
parent54ba056b200a5ef141f8d589a2f45478c6bd8a6b (diff)
Merge branch 'master' into fauno
Diffstat (limited to 'fullpkg')
-rwxr-xr-xfullpkg7
1 files changed, 3 insertions, 4 deletions
diff --git a/fullpkg b/fullpkg
index 775ae0c..7e75afc 100755
--- a/fullpkg
+++ b/fullpkg
@@ -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