[game-data-packager] 01/01: vfs.zip: use maximal compression
Alexandre Detiste
detiste-guest at moszumanska.debian.org
Sun Oct 18 09:31:11 UTC 2015
This is an automated email from the git hooks/post-receive script.
detiste-guest pushed a commit to branch master
in repository game-data-packager.
commit 7bde8fdab93d211beb5ef9d5c20a74aa0abf17d5
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date: Sun Oct 18 11:30:16 2015 +0200
vfs.zip: use maximal compression
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 531a3f0..ec7ddb3 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ out/%.json: data/%.yaml
out/vfs.zip:
rm -f out/vfs.zip
find out -regex '.*\.\(json\|files\|size_and_md5\|cksums\|md5sums\|sha1sums\|sha256sums\)' \
- | LC_ALL=C sort | TZ=UTC zip out/vfs.zip -X -j -q -@
+ | LC_ALL=C sort | TZ=UTC zip out/vfs.zip -9 -X -j -q -@
out/bash_completion: $(in_yaml)
python3 tools/bash_completion.py > ./out/bash_completion
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git
More information about the Pkg-games-commits
mailing list