aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-07-14 11:06:38 +0200
committerMatěj Cepl <mcepl@redhat.com>2010-07-14 11:06:38 +0200
commit610ab1af93076a43a654b29a8ae436b7e4e95404 (patch)
treedee487fdd9106f948271813f1d1182f885961881 /Makefile
parentb64f987bd779e58d527807f8feeff869b02b02da (diff)
downloadbugzilla-triage-610ab1af93076a43a654b29a8ae436b7e4e95404.tar.gz
Clean up after yourself
Packaging .xpi is nice, but we shouldn't leave install.rdf behind.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5061fdf..416448f 100644
--- a/Makefile
+++ b/Makefile
@@ -15,4 +15,4 @@ bugzilla-triage.xpi: package.json lib/*.js docs/*
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 ;\
+ zip -9rmT bugzilla-triage.xpi install.rdf ;\