commit 43f99f2864b593182f362aa7fd03843b73f1231d Author: Erinn Clark erinn@torproject.org Date: Thu Jun 7 18:08:21 2012 -0300
fix install-torbutton target. you must make a directory before trying to copy a file into it. --- build-scripts/osx.mk | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/build-scripts/osx.mk b/build-scripts/osx.mk index 857408b..0cca41d 100644 --- a/build-scripts/osx.mk +++ b/build-scripts/osx.mk @@ -354,6 +354,7 @@ ifneq ($(LANGCODE), en-US) endif
install-torbutton: torbutton.xpi + mkdir -p $(BUNDLE)/Library/Application\ Support/Firefox/Profiles/profile/extensions/ cp torbutton.xpi $(BUNDLE)/Library/Application\ Support/Firefox/Profiles/profile/extensions/{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.xpi
install-httpseverywhere: httpseverywhere.xpi
tor-commits@lists.torproject.org