Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-01-31 19:02:22 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-01-31 19:02:22 (GMT)
commit8f50955479285ebf5a79e441ee4a7e1eb68d85c0 (patch)
treee8176bae4a8e0bcb72bc56527883c52fa07f1664 /tools
parent36e9099fca32549a9918496797d92e1a60016bf6 (diff)
Pass --with-libxul-sdk
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build-snapshot.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/build-snapshot.sh b/tools/build-snapshot.sh
index 784fc4c..2cd40cd 100755
--- a/tools/build-snapshot.sh
+++ b/tools/build-snapshot.sh
@@ -1,10 +1,12 @@
VERSION=0.63
DATE=`date +%Y%m%d`
-RELEASE=2.15
+RELEASE=2.16
TARBALL=sugar-$VERSION-$RELEASE.${DATE}git.tar.bz2
rm sugar-$VERSION.tar.bz2
-make distcheck
+
+XUL_SDK=/home/marco/sugar-jhbuil/build/lib/xulrunner-1.9a2
+DISTCHECK_CONFIGURE_FLAGS="--with-xul-sdk=$XUL_SDK" make distcheck
mv sugar-$VERSION.tar.bz2 $TARBALL
scp $TARBALL mpg@devserv.devel.redhat.com:~