Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
Date:   Fri Jan  6 20:25:45 2012 +0700

Autobuild script - continue build process even if wrong root password given.

---

 autobuild/synfigstudio-linux-build.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/autobuild/synfigstudio-linux-build.sh 
b/autobuild/synfigstudio-linux-build.sh
index 22fe05d..6570392 100755
--- a/autobuild/synfigstudio-linux-build.sh
+++ b/autobuild/synfigstudio-linux-build.sh
@@ -770,7 +770,7 @@ initialize()
                fi
                if ! ( rpm -qv $PKG_LIST ); then
                        echo "Running yum (you need root privelegies to do 
that)..."
-                       su -c "yum install $PKG_LIST"
+                       su -c "yum install $PKG_LIST" || true
                fi
        elif which zypper >/dev/null; then
                PKG_LIST="git"


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to