diff options
| author | Jani Välimaa <wally@mageia.org> | 2026-05-10 19:36:42 +0300 |
|---|---|---|
| committer | Jani Välimaa <wally@mageia.org> | 2026-05-10 19:36:42 +0300 |
| commit | 7bfca10ce236929029e83075a738d2de7f07d414 (patch) | |
| tree | d334f120212166ec53ebb6ef94c5e92f66f796b0 | |
| parent | be46f7586db4aaae7d06da752826b802a17d79b2 (diff) | |
| download | theme-master.tar theme-master.tar.gz theme-master.tar.bz2 theme-master.tar.xz theme-master.zip | |
xz -9 249M vs xz -0 251M
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,4 +45,4 @@ cleandist: rm -rf $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.xz export: - git archive --prefix $(NAME)-$(VERSION)/ HEAD | xz -9 > $(NAME)-$(VERSION).tar.xz + git archive --prefix $(NAME)-$(VERSION)/ HEAD | xz -0 > $(NAME)-$(VERSION).tar.xz |
