summaryrefslogtreecommitdiff
path: root/src/xulapp.mk.in
diff options
context:
space:
mode:
authorFabien Tassin <fta@ubuntu.com>2008-10-11 03:00:55 +0200
committerFabien Tassin <fta@ubuntu.com>2008-10-11 03:00:55 +0200
commitd600b2c6f0918731f285d53e942c0ffee49a337c (patch)
treef48b9212613dcd86e972d6d161bbaff8f3b799e7 /src/xulapp.mk.in
parent1fbf2cf950d736d1bc726745f3ac8e4a833c64f9 (diff)
* [xulapp] rename variable to DEBIAN_XUL_VER
- update src/xulapp.mk.in
Diffstat (limited to 'src/xulapp.mk.in')
-rw-r--r--src/xulapp.mk.in4
1 files changed, 2 insertions, 2 deletions
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::