aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-07-24 15:05:33 +0200
committerMatěj Cepl <mcepl@redhat.com>2010-07-24 15:05:33 +0200
commit1ee62a82426490bfc6d4177e58c836b59a0823f6 (patch)
tree9cda572f6a591e2c4b81ccf8f897ebd741852beb /Makefile
parent9b3f22fd07c0cfcc1e2368c7f32a0423a3a4bd85 (diff)
downloadbugzilla-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--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 300a811..89986f6 100644
--- a/Makefile
+++ b/Makefile
@@ -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: