buildbot-os2.sh: still trying to get this path right...
This commit is contained in:
parent
fc1687cc2d
commit
e9e0ca81de
|
@ -69,7 +69,7 @@ if [ "$OKAY" == "1" ]; then
|
||||||
if [ ! -z "$ZIPFILE" ]; then
|
if [ ! -z "$ZIPFILE" ]; then
|
||||||
rm -f "$ZIPFILE"
|
rm -f "$ZIPFILE"
|
||||||
echo "Zipping to '$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."
|
echo "Done."
|
||||||
fi
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in New Issue