diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-10-06 09:12:27 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-10-06 09:12:27 +0200 |
| commit | 50cc88aefbcd5e5cefa547532aed3041c19776ab (patch) | |
| tree | cc71ed745e053aa4fa2cb2f75c2b92c35b167b64 | |
| parent | e42d069327372c19381367998f28765b5e49d8b8 (diff) | |
| download | vis-50cc88aefbcd5e5cefa547532aed3041c19776ab.tar.gz vis-50cc88aefbcd5e5cefa547532aed3041c19776ab.tar.xz | |
Change release tarball compression to gzip
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | config.mk | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -3,7 +3,7 @@ HAVE_ACL=0 HAVE_SELINUX=0 # vis version -RELEASE = 0.0.0 +RELEASE = HEAD # try to get a tag and hash first GITHASH = $(shell git log -1 --format='%h' 2>/dev/null) GITTAG = $(shell git describe --abbrev=0 --tags 2>/dev/null) |
