1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 11:24:12 +01:00

allow Vimperator to run directly from an unpackaged development directory

This commit is contained in:
Doug Kearns
2007-10-15 00:22:39 +00:00
parent 2e1499d9c1
commit a3bd35b787
2 changed files with 5 additions and 2 deletions

View File

@@ -145,6 +145,9 @@ ${XPI}: ${BUILD_XPI_SUBDIRS} ${XPI_FILES}
( echo "modified: $$f" ; \
diff -u $$f ${BUILD_XPI_DIR}/$$f | grep '^[-+][^-+]' ) ; \
done
# FIXME: VERSION and DATE tokens not replaced
${Q}${SED} -e 's,\(skin\|content\)/$$,jar:chrome/vimperator.jar!/\1/,' \
< chrome.manifest > ${BUILD_XPI_DIR}/chrome.manifest
${Q}( cd ${BUILD_XPI_DIR} && ${ZIP} -r ${TOP}/${XPI} ${XPI_FILES} )
@echo "SUCCESS: $@"