summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManish Sinha <manishsinha@ubuntu.com>2012-02-12 00:35:04 +0530
committerManish Sinha <manishsinha@ubuntu.com>2012-02-12 00:35:04 +0530
commit63cdecab1b00f2756ecc79b6109b34699e89b225 (patch)
tree0117ebea638c822ba2b75f7ec5d61b93a6b6a5ab
parent93e4305eabf1447e19a6779e193e79a543919f3a (diff)
Fixed Firefox 4.0+ datasource local-install
-rw-r--r--firefox/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox/Makefile.am b/firefox/Makefile.am
index 8d8c576..08af9a4 100644
--- a/firefox/Makefile.am
+++ b/firefox/Makefile.am
@@ -5,9 +5,9 @@ TARGET_PROFILE = *default*
local-install: all
$(MAKE) -C extension $@
- cp xpcom-firefox\@zeitgeist-project.com.xpi ~/.mozilla/firefox/$(TARGET_PROFILE)/extensions/
+ cp xpcom-firefox@zeitgeist-project.com.xpi ~/.mozilla/firefox/$(TARGET_PROFILE)/extensions/
local-uninstall:
$(MAKE) -C extension $@
- -rm -rf ~/.mozilla/firefox/$(TARGET_PROFILE)/extensions/xpcom-firefox\@zeitgeist-project.com.xpi
+ -rm -rf ~/.mozilla/firefox/$(TARGET_PROFILE)/extensions/xpcom-firefox@zeitgeist-project.com.xpi