Create chrome.manifest so that this can be installed as a package
authorSam Hartman <hartmans@painless-security.com>
Mon, 9 May 2011 16:18:09 +0000 (12:18 -0400)
committerSam Hartman <hartmans@painless-security.com>
Mon, 9 May 2011 16:18:09 +0000 (12:18 -0400)
Makefile.am

index b3bd043..4e0c177 100644 (file)
@@ -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
        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 .
        cp $(XPI_INSTALL) xpi
        cp $(XPT) xpi/components
        cd xpi&&zip ../$@ -r .