summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rw-r--r--src/xulapp.mk.in4
2 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 0d98a31..d37fab3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,10 +23,10 @@ mozilla-devscripts (0.11) UNRELEASED; urgency=low
for extensions built with xulapp.mk
- update src/xpi.mk
* [ xulapp ]
- allow caller to specify the xulrunner version
+ allow caller to specify the xulrunner version by pre-setting DEBIAN_XUL_VER
- update src/xulapp.mk.in
- -- Fabien Tassin <fta@ubuntu.com> Sat, 11 Oct 2008 02:49:21 +0200
+ -- Fabien Tassin <fta@ubuntu.com> Sat, 11 Oct 2008 03:00:22 +0200
mozilla-devscripts (0.10) intrepid; urgency=low
diff --git a/src/xulapp.mk.in b/src/xulapp.mk.in
index 87ad39d..080d4fd 100644
--- a/src/xulapp.mk.in
+++ b/src/xulapp.mk.in
@@ -19,12 +19,12 @@
#####################################################################
-XUL_VERSION ?= $(shell xulrunner-1.9 --gre-version)
+DEBIAN_XUL_VER ?= $(shell xulrunner-1.9 --gre-version)
pre-build:: build-system.stamp
build-system.stamp:
- tar zxf /usr/lib/xulrunner-devel-$(XUL_VERSION)/sdk/build-system.tar.gz
+ tar zxf /usr/lib/xulrunner-devel-$(DEBIAN_XUL_VER)/sdk/build-system.tar.gz
touch $@
clean::