comparison build_release @ 2051:97bfb6089274

Update source path of SDL license file for Linux builds
author Michael Pavone <pavone@retrodev.com>
date Fri, 31 Dec 2021 13:03:21 -0800
parents 33f454232aee
children 92449b47cce8
comparison
equal deleted inserted replaced
2050:dbbf0100f249 2051:97bfb6089274
66 for file in README COPYING CHANGELOG; do 66 for file in README COPYING CHANGELOG; do
67 cp "$file" "$dir"/"$file$txt" 67 cp "$file" "$dir"/"$file$txt"
68 done 68 done
69 if [ $OS = "Darwin" ]; then 69 if [ $OS = "Darwin" ]; then
70 cp SDL-LICENSE "$dir" 70 cp SDL-LICENSE "$dir"
71 elif [ $OS = "Windows" -o $OS = "Win64" ]; then
72 cp sdl/COPYING.txt "$dir"/SDL-LICENSE$txt
71 else 73 else
72 cp sdl/COPYING.txt "$dir"/SDL-LICENSE$txt 74 cp sdl/LICENSE.txt "$dir"/SDL-LICENSE$txt
73 fi 75 fi
74 cp glew/LICENSE.txt "$dir"/GLEW-LICENSE$txt 76 cp glew/LICENSE.txt "$dir"/GLEW-LICENSE$txt
75 77
76 if [ $OS = "Windows" -o $OS = "Win64" ]; then 78 if [ $OS = "Windows" -o $OS = "Win64" ]; then
77 rm -f "${dir}.zip" 79 rm -f "${dir}.zip"