diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-05-15 00:40:54 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-06-05 14:53:47 +0200 |
commit | 3fafbe03370e25a630deea8f73971bee2090570d (patch) | |
tree | d6d34af53573e5b325dc314c2aebc367ce56b417 /Makefile | |
parent | cc0d8793eb46476b0b2f6ca39eb631d267750f18 (diff) | |
download | bugzilla-triage-3fafbe03370e25a630deea8f73971bee2090570d.tar.gz |
Fix the path to makeBacktraceAttachment.js in lib/main.js
Fixes #98
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ local-install: bugzilla-triage.xpi bugzilla-triage.xpi: package.json lib/*.js cfx xpi --update-link=$(UPSTREAM_XPI_URL) --update-url=$(UPDATE_URL) + tidy -i -xml -utf8 -m bugzilla-triage.update.rdf update.rdf: tidy -i -xml -utf8 -m update.rdf |