diff options
| author | David Bremner <david@tethera.net> | 2019-03-19 07:08:19 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2019-03-27 17:59:40 -0300 |
| commit | 4bfbd5baa1e754e18d58dd6b8052a8072c0bfc2f (patch) | |
| tree | f584b7056a6fab7026dfd1ae2b0cb274fc34bbe7 /Makefile.local | |
| parent | 1f82039e0da1adf078559ef9bf80e2b47858a607 (diff) | |
release: use xz compression
This produces tarballs that are roughly 30% smaller.
Diffstat (limited to 'Makefile.local')
| -rw-r--r-- | Makefile.local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.local b/Makefile.local index 383e0cba..3c6dacbc 100644 --- a/Makefile.local +++ b/Makefile.local @@ -36,7 +36,7 @@ $(TAR_FILE): --transform s_^_$(PACKAGE)-$(VERSION)/_ \ --transform 's_.tmp$$__' --mtime=@$$ct version.tmp rm version.tmp - gzip -n < $(TAR_FILE).tmp > $(TAR_FILE) + xz -C sha256 -9 < $(TAR_FILE).tmp > $(TAR_FILE) @echo "Source is ready for release in $(TAR_FILE)" $(SHA256_FILE): $(TAR_FILE) |
