From d600b2c6f0918731f285d53e942c0ffee49a337c Mon Sep 17 00:00:00 2001 From: Fabien Tassin Date: Sat, 11 Oct 2008 03:00:55 +0200 Subject: * [xulapp] rename variable to DEBIAN_XUL_VER - update src/xulapp.mk.in --- src/xulapp.mk.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xulapp.mk.in') 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:: -- cgit v1.2.3