diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-11-14 00:34:10 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-11-14 00:34:10 +0100 |
commit | 87175f0a42dca37fee80bbf05a9627de56213abe (patch) | |
tree | b6ef638fa1330b8648142c6430a629004f5e0039 /Makefile | |
parent | 6f276251b94c54e182955c4e18fe50cb0287a584 (diff) | |
download | bugzilla-triage-87175f0a42dca37fee80bbf05a9627de56213abe.tar.gz |
Upgrade for compatibility with Aurora 10.*1.5.1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -16,12 +16,6 @@ local-install: bugzilla-triage-$(VERNO).xpi update.rdf bugzilla-triage-$(VERNO).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 - unzip bugzilla-triage.xpi install.rdf - sed -i -e '/maxVer/s/[0-9]\+\./10./' \ - -e '/minVer/s/[0-9]\+\./6./' install.rdf - sed -i -e '/maxVer/s/[0-9]\+\./10./' \ - -e '/minVer/s/[0-9]\+\./6./' bugzilla-triage.update.rdf - zip -9mqT bugzilla-triage.xpi install.rdf mv bugzilla-triage.xpi bugzilla-triage-$(VERNO).xpi update.rdf: bugzilla-triage-$(VERNO).xpi |