aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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 ;\