From 7e614099a25dd2c8cf4be52177e1fb0deeadd60b Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Wed, 29 Oct 2008 06:29:39 +0000 Subject: [PATCH] add components/ to XPI - fixing #31 (XPI generation doesn't add components directory) (Teramako) --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index 835d8123..a89b68a3 100644 --- a/Makefile.common +++ b/Makefile.common @@ -37,7 +37,7 @@ XPI_TXT_FILES = install.rdf chrome.manifest TODO AUTHORS Donators NEWS License.t -a -path '*.jsm' \ } XPI_DIRS = $(foreach f,${XPI_FILES},$(dir $f)) -XPI_BIN_FILES = ${JAR} Makefile.common Makefile +XPI_BIN_FILES = ${JAR} Makefile.common Makefile components/* XPI_FILES = ${XPI_BIN_FILES} ${XPI_TXT_FILES} XPI_NAME = ${NAME}_${VERSION}.xpi XPI = ../downloads/${XPI_NAME}