From 728f0d60d6d5452d178f6a5ad06aa2d4a869f05a Mon Sep 17 00:00:00 2001 From: Sasa Bodiroza Date: Fri, 16 Jan 2009 01:10:38 +0100 Subject: Remove firefox from MOZ_XPI_MOZILLA_DIRS in src/xpi.mk, adjust parameter description --- src/xpi.mk | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/xpi.mk b/src/xpi.mk index 87a2b3a..d1923c9 100644 --- a/src/xpi.mk +++ b/src/xpi.mk @@ -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; -- cgit v1.2.3