From 09bcf7da97fbfb9596c714004b9429faf7f29732 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Wed, 3 Feb 2016 18:12:04 +0100 Subject: [PATCH] convert line endings for the zip archive --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index 91a97b8..f90971c 100644 --- a/makefile +++ b/makefile @@ -180,6 +180,7 @@ zipup: cd .. ; tar xf libtommath-$(VERSION).tar MAKE=${MAKE} ${MAKE} -C ../libtommath-$(VERSION) clean manual poster docs tar -c ../libtommath-$(VERSION)/* | xz -9 > ../ltm-$(VERSION).tar.xz + find ../libtommath-$(VERSION)/ -type f -exec unix2dos -q {} \; cd .. ; zip -9r ltm-$(VERSION).zip libtommath-$(VERSION) gpg -b -a ../ltm-$(VERSION).tar.xz && gpg -b -a ../ltm-$(VERSION).zip