summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xulrunner-1.8.mk.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xulrunner-1.8.mk.in b/src/xulrunner-1.8.mk.in
index 8b30b0b..ec5eb06 100644
--- a/src/xulrunner-1.8.mk.in
+++ b/src/xulrunner-1.8.mk.in
@@ -1,7 +1,7 @@
# -*- mode: makefile; coding: utf-8 -*-
-# Copyright (c) 2007-2008 Fabien Tassin <fta@sofaraway.org>
-# Description: Project XULRunner 1.9
+# Copyright (c) 2008 Fabien Tassin <fta@sofaraway.org>
+# Description: Project XULRunner 1.8
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@@ -25,6 +25,6 @@ MOZCLIENT_FILE := mozilla/config/milestone.txt
MOZCLIENT_GETVERSION := tail -1 $(MOZCLIENT_FILE) | sed -e 's/pre//; s/\([ab]\)\([0-9]*\)/~\1\2/'
MOZCLIENT_URL := 'http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=SeaMonkeyBrowser&branch=MOZILLA_1_8_BRANCH&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=week&mindate=&maxdate=&cvsroot=%2Fcvsroot'
MOZCLIENT_GETDATE = wget -O - -q --read-timeout=10 --user-agent='' --tries=3 $(MOZCLIENT_URL) 2> /dev/null | grep "href='http://webtools" | head -1 | tr '<>' '@' | cut -d@ -f5 | tr -d ':-' | sed -e 's/&nbsp;/t/'
-MOZCLIENT_WANTMOZDIR := 1
+MOZCLIENT_WANTMOZDIR := 0
include mozclient.mk.in