From 50cc88aefbcd5e5cefa547532aed3041c19776ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 6 Oct 2015 09:12:27 +0200 Subject: Change release tarball compression to gzip --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2ea4584..b34cb72 100644 --- a/Makefile +++ b/Makefile @@ -51,6 +51,6 @@ uninstall: @rm -f ${DESTDIR}${MANPREFIX}/man1/vis.1 release: - git archive --format=tar.xz --prefix=vis-$(RELEASE)/ $(RELEASE) > vis-$(RELEASE).tar.xz + @git archive --prefix=vis-$(RELEASE)/ -o vis-$(RELEASE).tar.gz $(RELEASE) .PHONY: all clean dist install uninstall debug -- cgit v1.2.3