From: Sam Hartman Date: Mon, 9 May 2011 16:18:09 +0000 (-0400) Subject: Create chrome.manifest so that this can be installed as a package X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot-firefox.git;a=commitdiff_plain;h=a7021f58950f5545d9656424f0ee45cbb5871d2e Create chrome.manifest so that this can be installed as a package --- diff --git a/Makefile.am b/Makefile.am index b3bd043..4e0c177 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,6 +31,7 @@ moonshot.xpi: $(noinst_PROGRAMS) $(XPT) $(XPI_INSTALL) test -d xpi ||rm -rf xpi mkdir -p xpi/components cp libmoonshot.so xpi/components + touch xpi/chrome.manifest cp $(XPI_INSTALL) xpi cp $(XPT) xpi/components cd xpi&&zip ../$@ -r .