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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user