[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [torbrowser/master] fix the torbutton extension location so it will show up as an installed add-on
Author: Erinn Clark <erinn@xxxxxxxxxxxxxx>
Date: Wed, 27 Oct 2010 18:55:56 -0700
Subject: fix the torbutton extension location so it will show up as an installed add-on
Commit: 0bb1302a23d4e41b262d03185a33099fdc2a5964
---
build-scripts/Makefile.osx | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build-scripts/Makefile.osx b/build-scripts/Makefile.osx
index 260d692..3e4d733 100644
--- a/build-scripts/Makefile.osx
+++ b/build-scripts/Makefile.osx
@@ -465,9 +465,9 @@ install-extensions: $(DEFAULT_EXTENSIONS)
do \
cp $$extension $$extension.zip; \
ext_id=$$(unzip -p $$extension.zip install.rdf | sed -n '/<em:id>/{s#[^<]*<em:id>\(.*\)</em:id>#\1#p;q;}'); \
- mkdir -p $(BUNDLE)/Library/Application\ Support/$(FF_VENDOR_ID)/Extensions/$$ext_id; \
- cp $$extension $(BUNDLE)/Library/Application\ Support/$(FF_VENDOR_ID)/Extensions/$$ext_id/$$extension.zip; \
- (cd $(BUNDLE)/Library/Application\ Support/$(FF_VENDOR_ID)/Extensions/$$ext_id/ && unzip *.zip && rm *.zip); \
+ mkdir -p $(BUNDLE)/Library/Application\ Support/Firefox/Profiles/profile/extensions/$$ext_id; \
+ cp $$extension $(BUNDLE)/Library/Application\ Support/Firefox/Profiles/profile/extensions/$$ext_id/$$extension.zip; \
+ (cd $(BUNDLE)/Library/Application\ Support/Firefox/Profiles/profile/extensions/$$ext_id/ && unzip *.zip && rm *.zip); \
done
## Language extensions need to be handled differently from other extensions
--
1.7.1