1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 04:44:20 +01:00

Fixing the chrome.manifest locales to work with the xpi

This commit is contained in:
Daniel Bainton
2008-01-21 21:58:40 +00:00
parent 7c67a24a35
commit 4c2939b88d

View File

@@ -159,7 +159,7 @@ ${XPI}: ${BUILD_XPI_SUBDIRS} ${XPI_FILES}
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/,' \
${Q}${SED} -e 's,\(skin\|content\|locale/.*\)/$$,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: $@"