From ee17cc2e67882fc43f770b28a46ca835c58f2d9d Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Fri, 5 May 2017 14:34:01 +0200 Subject: [PATCH] compress archive to xz --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 33d552c..97100db 100644 --- a/makefile +++ b/makefile @@ -427,10 +427,10 @@ zipup: doc/crypt.pdf git archive --format=tar --prefix=libtomcrypt-$(VERSION)/ HEAD | tar x mkdir -p libtomcrypt-$(VERSION)/doc cp doc/crypt.pdf libtomcrypt-$(VERSION)/doc/crypt.pdf - tar -cjf libtomcrypt-$(VERSION).tar.bz2 libtomcrypt-$(VERSION) + tar -cJf libtomcrypt-$(VERSION).tar.xz libtomcrypt-$(VERSION) zip -9rq libtomcrypt-$(VERSION).zip libtomcrypt-$(VERSION) rm -rf libtomcrypt-$(VERSION) - gpg -b -a libtomcrypt-$(VERSION).tar.bz2 + gpg -b -a libtomcrypt-$(VERSION).tar.xz gpg -b -a libtomcrypt-$(VERSION).zip perlcritic: