mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 18:42:27 +01:00
add components/ to XPI - fixing #31 (XPI generation doesn't add components
directory) (Teramako)
This commit is contained in:
@@ -37,7 +37,7 @@ XPI_TXT_FILES = install.rdf chrome.manifest TODO AUTHORS Donators NEWS License.t
|
|||||||
-a -path '*.jsm' \
|
-a -path '*.jsm' \
|
||||||
}
|
}
|
||||||
XPI_DIRS = $(foreach f,${XPI_FILES},$(dir $f))
|
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_FILES = ${XPI_BIN_FILES} ${XPI_TXT_FILES}
|
||||||
XPI_NAME = ${NAME}_${VERSION}.xpi
|
XPI_NAME = ${NAME}_${VERSION}.xpi
|
||||||
XPI = ../downloads/${XPI_NAME}
|
XPI = ../downloads/${XPI_NAME}
|
||||||
|
|||||||
Reference in New Issue
Block a user