From 49da5dc516638df78d145cc88faf81c903dc8a46 Mon Sep 17 00:00:00 2001 From: Frank van Beek Date: Mon, 10 Feb 2003 17:41:47 +0000 Subject: [PATCH] - change GPL_license to dos text --- release/windows/specific.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release/windows/specific.sh b/release/windows/specific.sh index 4be31114d47..a5729e6c353 100755 --- a/release/windows/specific.sh +++ b/release/windows/specific.sh @@ -42,6 +42,10 @@ rm -f $DISTDIR/copyright.txt mv -f $DISTDIR/aCopyright.txt $DISTDIR/Copyright.txt # PS. the whole aCopyright kludge is because of windows being braindead +# Create ^M in copyright.txt +awk '{printf("%s\r\n", $0);}' $DISTDIR/GPL-license.txt > $DISTDIR/temp.txt +mv -f $DISTDIR/temp.txt $DISTDIR/GPL-license.txt + # Add Python DLL to package # Stupid windows needs the . removed : PVERS=`echo $NAN_PYTHON_VERSION | sed 's/\.//'`