diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-07-24 15:05:33 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-07-24 15:05:33 +0200 |
commit | 1ee62a82426490bfc6d4177e58c836b59a0823f6 (patch) | |
tree | 9cda572f6a591e2c4b81ccf8f897ebd741852beb /Makefile | |
parent | 9b3f22fd07c0cfcc1e2368c7f32a0423a3a4bd85 (diff) | |
download | bugzilla-triage-1ee62a82426490bfc6d4177e58c836b59a0823f6.tar.gz |
Add update.rdf a hopefully make it working.
Rename to bugzilla-triage-scripts in package.json
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -13,8 +13,12 @@ bugzilla-triage.xpi: package.json lib/*.js docs/* cfx xpi ;\ unzip -qqo bugzilla-triage.xpi install.rdf ;\ sed -i -e \ - 's!<em:minVersion>3.5</em:minVersion>!<em:minVersion>3.6</em:minVersion>!' \ - install.rdf ;\ + 's!<em:minVersion>3.5</em:minVersion>!<em:minVersion>3.6</em:minVersion>!' \ + -e '/em:creator/a\ + <em:iconURL>https://fedorahosted.org/released/bugzilla-triage-scripts/icon.png</em:iconURL>\ + <em:updateURL>https://fedorahosted.org/released/bugzilla-triage-scripts/update.rdf</em:updateURL>\ + ' \ + install.rdf ;\ zip -9rmqT bugzilla-triage.xpi install.rdf ;\ fix: |