From 610ab1af93076a43a654b29a8ae436b7e4e95404 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Wed, 14 Jul 2010 11:06:38 +0200 Subject: Clean up after yourself Packaging .xpi is nice, but we shouldn't leave install.rdf behind. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!3.5!3.6!' \ install.rdf ;\ - zip -9rT bugzilla-triage.xpi install.rdf ;\ + zip -9rmT bugzilla-triage.xpi install.rdf ;\ -- cgit