commit fb0ff547d07a40d7121e4360d26efb9640cff301 Author: Erinn Clark erinn@torproject.org Date: Thu Sep 1 04:28:54 2011 +0100
remove unnecessary sed from linux makefile --- build-scripts/linux.mk | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk index e7eaf94..1df7377 100644 --- a/build-scripts/linux.mk +++ b/build-scripts/linux.mk @@ -465,8 +465,6 @@ patch-firefox-language:
## Fix prefs.js since extensions.checkCompatibility, false doesn't work update-extension-pref: - #ext_ver=$$(sed -n '/em:version/{s,.*="(.*)".*,\1,p;q}' $(BUNDLE)/Data/profile/extensions/langpack-$(LANGCODE)@firefox.mozilla.org/install.rdf); \ - sed -i -e "s/SHPONKA/langpack-$(LANGCODE)@firefox.mozilla.org:$$ext_ver/g" $(BUNDLE)/Data/profile/prefs.js sed -i -e "s/SHPONKA/$(LANGCODE)/g" $(BUNDLE)/Data/profile/prefs.js sed -i -e "s/SHPONKA/$(LANGCODE)/g" $(BUNDLE)/App/Firefox/defaults/profile/prefs.js