diff options
Diffstat (limited to 'src/xpi.mk')
-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; |