[Lunar-commits] <moonbase> firefox: Modified BUILD to use mozilla-1.9.1, instead of mozilla. Hey the firefox devs left the directory named that, not me!
Terry Chan
tchan at lunar-linux.org
Thu Jul 9 15:45:52 CEST 2009
commit d0b1409846a312cae1cfc09489588fe30ed299b0
Author: Terry Chan <tchan at lunar-linux.org>
Date: Thu Jul 9 08:45:52 2009 -0500
firefox: Modified BUILD to use mozilla-1.9.1, instead of mozilla.
Hey the firefox devs left the directory named that, not me!
---
web/firefox/BUILD | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/firefox/BUILD b/web/firefox/BUILD
index 3733b5a..f56cf9a 100644
--- a/web/firefox/BUILD
+++ b/web/firefox/BUILD
@@ -11,12 +11,12 @@
export MOZILLA_OFFICIAL=1
export BUILD_OFFICIAL=1
- cp $SCRIPT_DIRECTORY/mozconfig mozilla/ &&
+ cp $SCRIPT_DIRECTORY/mozconfig mozilla-1.9.1/ &&
export MOZ_OBJDIR="${SOURCE_DIRECTORY}/build-mozilla"
mkdir -p ${MOZ_OBJDIR} &&
- cd mozilla &&
+ cd mozilla-1.9.1 &&
#Add DEPENDS options
More information about the Lunar-commits
mailing list