[tor-commits] [torbrowser/master] Fix Windows properties updates (homepage and omnibox).

erinn at torproject.org erinn at torproject.org
Tue Feb 19 17:57:53 UTC 2013


commit c35584acd82c0ed59a5f6cc4e8162b5a8fa0b3e7
Author: Mike Perry <mikeperry-git at fscked.org>
Date:   Wed Feb 13 01:01:40 2013 -0800

    Fix Windows properties updates (homepage and omnibox).
---
 build-scripts/windows-alpha.mk |    2 +-
 build-scripts/windows.mk       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build-scripts/windows-alpha.mk b/build-scripts/windows-alpha.mk
index 659333a..8d68ab0 100644
--- a/build-scripts/windows-alpha.mk
+++ b/build-scripts/windows-alpha.mk
@@ -416,7 +416,7 @@ install-extensions: $(filter-out langpack_en-US.xpi,langpack_$(LANGCODE).xpi)
 ifneq ($(LANGCODE), en-US)
 	mv langpack_$(LANGCODE).xpi $(BUNDLE)/FirefoxPortable/Data/profile/extensions/langpack-$(LANGCODE)@firefox.mozilla.org.xpi
 	## Patch Firefox default home page within language pack
-	LC=$(LANG);															\
+	LC=$(LANGCODE);															\
 	PFILE=langpack-$(LANGCODE)@firefox.mozilla.org.xpi;					\
 	FFDIR=$(BUNDLE)/FirefoxPortable/Data/profile/extensions/;				\
 	CHROMEDIR="$$FFDIR/chrome/";								\
diff --git a/build-scripts/windows.mk b/build-scripts/windows.mk
index 3695cd9..8146693 100644
--- a/build-scripts/windows.mk
+++ b/build-scripts/windows.mk
@@ -373,7 +373,7 @@ ifneq ($(LANGCODE), en-US)
 	mkdir -p $(BUNDLE)/FirefoxPortable/Data/profile/extensions/
 	mv langpack_$(LANGCODE).xpi $(BUNDLE)/FirefoxPortable/Data/profile/extensions/langpack-$(LANGCODE)@firefox.mozilla.org.xpi
 	## Patch Firefox default home page within language pack
-	LC=$(LANG);															\
+	LC=$(LANGCODE);															\
 	PFILE=langpack-$(LANGCODE)@firefox.mozilla.org.xpi;					\
 	FFDIR=$(BUNDLE)/FirefoxPortable/Data/profile/extensions/;				\
 	CHROMEDIR="$$FFDIR/chrome/";								\





More information about the tor-commits mailing list