Makefile: rename xpi file - firefox-fix-web - Firefox extension: fix web | |
git clone git://git.codemadness.org/firefox-fix-web | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 5822c982e41ca46df0d51c0861ea605a07c0fc16 | |
parent 6ef0798206ce57b27947f3be9d30ba5686c46fbc | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Tue, 7 Aug 2018 20:26:04 +0200 | |
Makefile: rename xpi file | |
Diffstat: | |
M Makefile | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) | |
--- | |
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 |