Author: Konstantin Dmitriev <[email protected]>
Date:   Sat Sep 10 13:49:16 2011 +0700

Fix Ubuntu dependency preventing package building on Debian system.

---

 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 49b4c8d..9fe3386 100755
--- a/autobuild/synfigstudio-linux-build.sh
+++ b/autobuild/synfigstudio-linux-build.sh
@@ -736,7 +736,6 @@ initialize()
        DEB_LIST_MINIMAL="\
                build-essential \
                autoconf automake \
-               autopoint \
                shared-mime-info \
                libltdl3-dev \
                libtool \
@@ -787,6 +786,7 @@ initialize()
                        #env
                        sudo apt-get update || true
                        sudo apt-get install -y $PKG_LIST
+                       sudo apt-get install -y autopoint || true # Ubuntu 
special case
                fi
        else
                if [[ $MODE == 'package' ]]; then


------------------------------------------------------------------------------
Malware Security Report: Protecting Your Business, Customers, and the 
Bottom Line. Protect your business and customers by understanding the 
threat from malware and how it can impact your online business. 
http://www.accelacomm.com/jaw/sfnl/114/51427462/
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to