From d5795fda3584c728c19db77b26fe28ee42453585 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Sat, 7 Nov 2015 16:29:41 +0100 Subject: [PATCH] convert line-endings for the zip archive --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index e33e8a3..918ce02 100644 --- a/makefile +++ b/makefile @@ -190,6 +190,7 @@ zipup: expsrc.sh -i . -o ../tomsfastmath-$(VERSION) --svntags --no-fetch -p '*.c' -p '*.h' && \ MAKE=${MAKE} ${MAKE} -C ../tomsfastmath-$(VERSION) docs && \ tar -c ../tomsfastmath-$(VERSION)/* | xz -cz > ../tfm-$(VERSION).tar.xz && \ + find ../tomsfastmath-$(VERSION)/ -type f -exec unix2dos -q {} \; && \ zip -9 -r ../tfm-$(VERSION).zip ../tomsfastmath-$(VERSION)/* && \ gpg -b -a ../tfm-$(VERSION).tar.xz && gpg -b -a ../tfm-$(VERSION).zip