[tor-commits] [torbrowser/maint-2.3] update build-firefox target on windows to have the right patching script name
erinn at torproject.org
erinn at torproject.org
Tue Nov 1 00:33:01 UTC 2011
commit afc8f006615e94688bf4955628d72c05017d8b83
Author: Erinn Clark <erinn at torproject.org>
Date: Tue Nov 1 00:32:21 2011 +0000
update build-firefox target on windows to have the right patching script name
---
build-scripts/windows.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build-scripts/windows.mk b/build-scripts/windows.mk
index 3e44b13..a0c3541 100644
--- a/build-scripts/windows.mk
+++ b/build-scripts/windows.mk
@@ -111,9 +111,9 @@ build-tor:
FIREFOX_DIR=/c/mozilla-build/mozilla-release
build-firefox:
cp ../src/current-patches/firefox/* $(FIREFOX_DIR)
- cp patch-firefox-src.sh $(FIREFOX_DIR)
+ cp patch-any-src.sh $(FIREFOX_DIR)
cp $(CONFIG_SRC)/dot_mozconfig $(FIREFOX_DIR)/mozconfig
- cd $(FIREFOX_DIR) && ./patch-firefox-src.sh
+ cd $(FIREFOX_DIR) && ./patch-any-src.sh
# cmd /c C:/mozilla-build/start-msvc9
build-all-binaries: build-zlib build-openssl build-vidalia build-libevent build-tor
More information about the tor-commits
mailing list