From a7021f58950f5545d9656424f0ee45cbb5871d2e Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Mon, 9 May 2011 12:18:09 -0400 Subject: [PATCH] Create chrome.manifest so that this can be installed as a package --- Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 . -- 2.1.4