diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-07-05 01:07:19 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-07-05 01:12:40 +0200 |
commit | b64f987bd779e58d527807f8feeff869b02b02da (patch) | |
tree | 89066ccf63e0423e60dbf5644057d49012d53c53 /Makefile | |
parent | bf40c2ec5fbbcb36995fb66e2e1c1b0e25c708d9 (diff) | |
download | bugzilla-triage-b64f987bd779e58d527807f8feeff869b02b02da.tar.gz |
Fix em:minVersion in generated .xpi file
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 ;\ |