buildbot-os2.sh: still trying to get this path right...

This commit is contained in:
Ryan C. Gordon 2017-07-08 20:09:34 -04:00
parent fc1687cc2d
commit e9e0ca81de
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ if [ "$OKAY" == "1" ]; then
if [ ! -z "$ZIPFILE" ]; then
rm -f "$ZIPFILE"
echo "Zipping to '$ZIPFILE' ..."
( cp ../src/physfs.h . && zip -9r physfs-os2.zip physfs.lib physfs.h ) || exit 1
( cp ../src/physfs.h . && zip -9r "$ZIPFILE" physfs.lib physfs.h ) || exit 1
echo "Done."
fi
exit 0