From b64f987bd779e58d527807f8feeff869b02b02da Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Mon, 5 Jul 2010 01:07:19 +0200 Subject: Fix em:minVersion in generated .xpi file --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index be4e470..5061fdf 100644 --- a/Makefile +++ b/Makefile @@ -10,4 +10,9 @@ local-install: bugzilla-triage.xpi rsync -av jsons/Config_data.json $(WEBDIR)/fedorahosted/ bugzilla-triage.xpi: package.json lib/*.js docs/* - cfx xpi + cfx xpi ;\ + unzip -o bugzilla-triage.xpi install.rdf ;\ + sed -i -e \ + 's!3.5!3.6!' \ + install.rdf ;\ + zip -9rT bugzilla-triage.xpi install.rdf ;\ -- cgit