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

Fix initialization from XPI.

This commit is contained in:
Kris Maglione
2014-02-19 17:58:34 -08:00
parent 160e66430c
commit 382ada9abf
4 changed files with 34 additions and 2 deletions

View File

@@ -177,6 +177,10 @@ xpi: $(CHROME)
-f $(BASE)/process_manifest.awk \
"$(TOP)/chrome.manifest" >"$(XPI_PATH)/chrome.manifest"
$(AWK) -v 'name=$(NAME)' -v 'suffix=$(MANGLE)' \
-f $(BASE)/process_config.awk \
"$(TOP)/config.json" >"$(XPI_PATH)/config.json"
version="$(VERSION)"; \
hg root >/dev/null 2>&1 && \
case "$$version" in \