[gcompris/gcomprixogoo] Improved xo packaging.



commit 98a2d948093c337d1ab9acf4bc67bba56967b83a
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Sat May 9 23:31:43 2009 +0200

    Improved xo packaging.
---
 tools/full_xo_bundle.sh |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/tools/full_xo_bundle.sh b/tools/full_xo_bundle.sh
index 3883c6a..819663b 100755
--- a/tools/full_xo_bundle.sh
+++ b/tools/full_xo_bundle.sh
@@ -8,6 +8,10 @@ fi
 # To create a full GCompris bundle on the OLPC xo:
 mkdir /tmp/gcompris.activity
 sh autogen.sh --enable-dbus --disable-sqlite --prefix=/tmp/gcompris.activity
+if test $? -ne 0; then
+  echo "ERROR: Fix autogen first"
+  exit 1
+fi
 make
 make install
 tar  -C /tmp/gcompris.activity -xzf tools/full-xo-bundle-add-on.tzf



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