projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9163759
)
- change GPL_license to dos text
author
Frank van Beek <frank@iae.nl>
Mon, 10 Feb 2003 17:41:47 +0000
(17:41 +0000)
committer
Frank van Beek <frank@iae.nl>
Mon, 10 Feb 2003 17:41:47 +0000
(17:41 +0000)
release/windows/specific.sh
patch
|
blob
|
history
diff --git
a/release/windows/specific.sh
b/release/windows/specific.sh
index 4be31114d47c0c35d84b78bc309ba906a5b257d1..a5729e6c353004247f61d2ad82672f3e0190b2e8 100755
(executable)
--- 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/\.//'`