convert line endings for the zip archive

This commit is contained in:
Steffen Jaeckel 2016-02-03 18:12:04 +01:00
parent adf125473f
commit 09bcf7da97
1 changed files with 1 additions and 0 deletions

View File

@ -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