[the-board] [build] Add autopoint to the list of Ubuntu/Debian packages



commit f617342c3de8530d00f3bac63ffe2161db0bf5df
Author: Lucas Rocha <lucasr gnome org>
Date:   Wed Jan 26 17:55:38 2011 +0000

    [build] Add autopoint to the list of Ubuntu/Debian packages

 build/the-board-build-setup.sh |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/build/the-board-build-setup.sh b/build/the-board-build-setup.sh
index 77b2b23..429e8be 100644
--- a/build/the-board-build-setup.sh
+++ b/build/the-board-build-setup.sh
@@ -76,6 +76,10 @@ if test "x$system" = xUbuntu -o "x$system" = xDebian -o "x$system" = xLinuxMint
     mesa-utils xulrunner-dev libvorbis-dev python-dev
     "
 
+  if apt-cache show autopoint > /dev/null 2> /dev/null; then
+    reqd="$reqd autopoint"
+  fi
+
   if [ ! -x /usr/bin/dpkg-checkbuilddeps ]; then
     echo "Please run 'sudo apt-get install dpkg-dev' and try again."
     echo



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]