summaryrefslogtreecommitdiff
path: root/src/mozclient.mk.in
diff options
context:
space:
mode:
authorFabien Tassin <fta@sofaraway.org>2008-01-04 01:19:43 +0100
committerFabien Tassin <fta@sofaraway.org>2008-01-04 01:19:43 +0100
commit776d906107cf3163959acc041edfcb4227a0ed71 (patch)
tree3a8da8d20246ce3e8eb861808962100f81150951 /src/mozclient.mk.in
parent2fe338df2283640ebbdc378000d6c224c1aeb54f (diff)
* Move patches for mozilla/client.mk inside src/ as they were previously
missed at install time. This will prevent confusions with other future scripts * Drop Changelog.txt, use debian/changelog instead
Diffstat (limited to 'src/mozclient.mk.in')
-rw-r--r--src/mozclient.mk.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mozclient.mk.in b/src/mozclient.mk.in
index 99bfd48..acea125 100644
--- a/src/mozclient.mk.in
+++ b/src/mozclient.mk.in
@@ -80,6 +80,7 @@ MOZCLIENT_CVS_LOC = :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
MOZCLIENT_STAMP ?= stamped
MOZCLIENT_TMP := mozclient-tmp
+MOZCLIENT_PATCHES := ../patches
MOZCLIENT_EXCLUDE_SCRIPT := ../../remove.binonly.sh
NOBINONLY := nobinonly
@@ -131,7 +132,7 @@ mozclient-patch: $(MOZCLIENT_TMP)/$(MOZCLIENT_STAMP)
$(MOZCLIENT_TMP)/$(MOZCLIENT_STAMP): $(MOZ_CLIENT)
ifeq (,$(MOZCLIENT_BRANCH))
- if [ ! -L $(MOZCLIENT_TMP)/patches ] ; then ln -s ../../patches $(MOZCLIENT_TMP)/patches ; fi
+ if [ ! -L $(MOZCLIENT_TMP)/patches ] ; then ln -s $(MOZCLIENT_PATCHES) $(MOZCLIENT_TMP)/patches ; fi
cd $(MOZCLIENT_TMP) && quilt --quiltrc /dev/null push -a || test $$? = 2
endif
touch $(MOZCLIENT_TMP)/$(MOZCLIENT_STAMP)