Commit 9db4e6ed35097d978c38ba7263c2addb5993c362

Ryan C. Gordon 2020-05-18T21:10:20

os2-buildbot.sh: Fix output directory.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/build-scripts/os2-buildbot.sh b/build-scripts/os2-buildbot.sh
index a93796c..6316f91 100755
--- a/build-scripts/os2-buildbot.sh
+++ b/build-scripts/os2-buildbot.sh
@@ -19,7 +19,7 @@ ZIPFILE="$1"
 if [ -z $1 ]; then
     ZIPFILE=sdl-os2.zip
 fi
-ZIPDIR=SDL2-os2
+ZIPDIR=buildbot
 
 set -e
 set -x