aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-07-05 01:07:19 +0200
committerMatěj Cepl <mcepl@redhat.com>2010-07-05 01:12:40 +0200
commitb64f987bd779e58d527807f8feeff869b02b02da (patch)
tree89066ccf63e0423e60dbf5644057d49012d53c53 /Makefile
parentbf40c2ec5fbbcb36995fb66e2e1c1b0e25c708d9 (diff)
downloadbugzilla-triage-b64f987bd779e58d527807f8feeff869b02b02da.tar.gz
Fix em:minVersion in generated .xpi file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
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!<em:minVersion>3.5</em:minVersion>!<em:minVersion>3.6</em:minVersion>!' \
+ install.rdf ;\
+ zip -9rT bugzilla-triage.xpi install.rdf ;\