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:
2
Makefile
2
Makefile
@@ -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: $@"
|
||||
|
||||
Reference in New Issue
Block a user