From c0b473a8e974407dc308ce0fd0058136b9faa90c Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Sun, 29 May 2011 16:02:17 +0930 Subject: Use .zip format with LuaRocks Windows has poor support for "tar.gz", but all platforms support "zip". --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4db43b7..7ab8fd4 100644 --- a/Makefile +++ b/Makefile @@ -38,3 +38,5 @@ clean: package: git archive --prefix="lua-cjson-$(CJSON_VERSION)/" master | \ gzip -9 > "lua-cjson-$(CJSON_VERSION).tar.gz" + git archive --prefix="lua-cjson-$(CJSON_VERSION)/" \ + -o "lua-cjson-$(CJSON_VERSION).zip" master -- cgit v1.2.3-55-g6feb