From 1a1d969ece21e9748ed24c8cc7c88d86c3f39b19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Mon, 28 Mar 2011 16:30:57 -0300 Subject: Readded the second db sync and changed error message --- fullpkg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fullpkg b/fullpkg index c723f8e..427b606 100755 --- a/fullpkg +++ b/fullpkg @@ -171,6 +171,8 @@ update_queue || { cp -r ../$(basename $PWD) $tmp_dir/ pushd $tmp_dir/$(basename $PWD) >/dev/null +msg "Syncing database" +sudo pacman -Sy makepkg --noconfirm -sLcr ; r=$? case $r in @@ -179,7 +181,7 @@ case $r in mipsrelease *.pkg.tar.* ;; 1) - error "The build failed." + error "There were errors while trying to build the package." ;; 2) error "The build failed." -- cgit v1.2.2