URI:
       Makefile: rename xpi file - firefox-fix-web - Firefox extension: fix web
  HTML git clone git://git.codemadness.org/firefox-fix-web
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 5822c982e41ca46df0d51c0861ea605a07c0fc16
   DIR parent 6ef0798206ce57b27947f3be9d30ba5686c46fbc
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Tue,  7 Aug 2018 20:26:04 +0200
       
       Makefile: rename xpi file
       
       Diffstat:
         M Makefile                            |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       @@ -1,7 +1,7 @@
        package: clean
                ( cd extension; \
       -        zip -r -FS ../firefox-extension.xpi *; \
       +        zip -r -FS ../firefox-fix-web.xpi *; \
                cd ../ )
        
        clean:
       -        rm -f firefox-extension.xpi
       +        rm -f *.xpi