[or-cvs] r20401: {torbrowser} Don't be silent little sed, be good and love these files lik (torbrowser/trunk/build-scripts)

ioerror at seul.org ioerror at seul.org
Thu Aug 27 19:25:10 UTC 2009


Author: ioerror
Date: 2009-08-27 15:25:10 -0400 (Thu, 27 Aug 2009)
New Revision: 20401

Modified:
   torbrowser/trunk/build-scripts/Makefile.linux
Log:
Don't be silent little sed, be good and love these files like your own...


Modified: torbrowser/trunk/build-scripts/Makefile.linux
===================================================================
--- torbrowser/trunk/build-scripts/Makefile.linux	2009-08-27 19:10:14 UTC (rev 20400)
+++ torbrowser/trunk/build-scripts/Makefile.linux	2009-08-27 19:25:10 UTC (rev 20401)
@@ -450,7 +450,7 @@
 ## Set the language for Vidalia
 patch-vidalia-language:
 	## Patch Vidalia
-	./patch-vidalia-language.sh $(BUNDLE)/Data/Vidalia/vidalia.conf $(LANGCODE) -n
+	./patch-vidalia-language.sh $(BUNDLE)/Data/Vidalia/vidalia.conf $(LANGCODE) -e
 
 ## Set the language for Pidgin
 patch-pidgin-language:
@@ -464,7 +464,7 @@
 patch-firefox-language:
 	## Patch the default Firefox prefs.js
 	cp $(CONFIG_SRC)/{bookmarks.html,prefs.js} $(BUNDLE)/App/firefox/defaults/profile/
-	./patch-firefox-language.sh $(BUNDLE)/App/firefox/defaults/profile/prefs.js $(LANGCODE) -n
+	./patch-firefox-language.sh $(BUNDLE)/App/firefox/defaults/profile/prefs.js $(LANGCODE) -e
 
 ###
 ### Utilities



More information about the tor-commits mailing list