diff options
author | Sasa Bodiroza <jazzva@gmail.com> | 2009-01-16 01:10:38 +0100 |
---|---|---|
committer | Sasa Bodiroza <jazzva@gmail.com> | 2009-01-16 01:10:38 +0100 |
commit | 728f0d60d6d5452d178f6a5ad06aa2d4a869f05a (patch) | |
tree | 4a05b20e0867be5f2c11de5a86f1eb0f86f82202 /src | |
parent | 173e65eae2b7fdd1dba2080f65c6265df4bb507b (diff) |
Remove firefox from MOZ_XPI_MOZILLA_DIRS in src/xpi.mk, adjust parameter description
Diffstat (limited to 'src')
-rw-r--r-- | src/xpi.mk | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -42,15 +42,14 @@ # should produce an .xpi in top level directory. Note: If this # command is specified, all .xpi files in the top level directory # will be removed during |clean| -# MOZ_XPI_MOZILLA_DIRS (DEFAULT=firefox-addons firefox): +# MOZ_XPI_MOZILLA_DIRS (DEFAULT=firefox-addons): # defines in which directories to create links for this extension. -# the default is "firefox-addons" and "firefox", which means that +# the default is "firefox-addons", which means that # the extension will be linked appropriately to the -# /usr/lib/firefox-addons/extensions and the /usr/lib/firefox/extensions -# directories. +# /usr/lib/firefox-addons/extensions directory. # -MOZ_XPI_MOZILLA_DIRS ?= firefox-addons firefox +MOZ_XPI_MOZILLA_DIRS ?= firefox-addons MOZ_XPI_BUILD_COMMAND ?= med-xpi-pack $(CURDIR) $(MOZ_EXTENSION_PKG).xpi; |