commit 6f6e334b672d807e56e4f8c0e1ea3b78187161a1 Author: Erinn Clark erinn@torproject.org Date: Mon Sep 5 02:11:53 2011 +0100
turn spaces into tabs --- build-scripts/linux.mk | 6 +++--- build-scripts/windows.mk | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk index 58470fe..c46b5c0 100644 --- a/build-scripts/linux.mk +++ b/build-scripts/linux.mk @@ -435,9 +435,9 @@ install-betterprivacy: betterprivacy.xpi ## Language extensions need to be handled differently from other extensions fix-install-rdf: $(filter-out langpack_en-US.xpi,langpack_$(LANGCODE).xpi) ifneq ($(LANGCODE), en-US) - rm -fr xx - mkdir xx - (cd xx && unzip ../langpack_$(LANGCODE).xpi && sed -i -e "s/em:maxVersion>6.0.1/em:maxVersion>6.0.*/" install.rdf && zip -r ../langpack_$(LANGCODE).xpi .) + rm -fr xx + mkdir xx + (cd xx && unzip ../langpack_$(LANGCODE).xpi && sed -i -e "s/em:maxVersion>6.0.1/em:maxVersion>6.0.*/" install.rdf && zip -r ../langpack_$(LANGCODE).xpi .) endif
install-lang-extensions: $(filter-out langpack_en-US.xpi,langpack_$(LANGCODE).xpi) fix-install-rdf diff --git a/build-scripts/windows.mk b/build-scripts/windows.mk index 696e5b2..de36634 100644 --- a/build-scripts/windows.mk +++ b/build-scripts/windows.mk @@ -405,9 +405,9 @@ DUMMYPROFILE=$(BUNDLE)/FirefoxPortable/App/DummyProfile
fix-install-rdf: $(filter-out langpack_en-US.xpi,langpack_$(LANGCODE).xpi) ifneq ($(LANGCODE), en-US) - rm -fr xx - mkdir xx - (cd xx && unzip ../langpack_$(LANGCODE).xpi && sed -i -e "s/em:maxVersion>6.0.1/em:maxVersion>6.0.*/" install.rdf && zip -r ../langpack_$(LANGCODE).xpi .) + rm -fr xx + mkdir xx + (cd xx && unzip ../langpack_$(LANGCODE).xpi && sed -i -e "s/em:maxVersion>6.0.1/em:maxVersion>6.0.*/" install.rdf && zip -r ../langpack_$(LANGCODE).xpi .) endif
install-extensions: $(filter-out langpack_en-US.xpi,langpack_$(LANGCODE).xpi) fix-install-rdf