Commit 09bcf7da97fbfb9596c714004b9429faf7f29732

Steffen Jaeckel 2016-02-03T18:12:04

convert line endings for the zip archive

1
2
3
4
5
6
7
8
9
10
11
12
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