X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f1a9f3318b7698a404a65538e6ec2a2c0ac1230e..bf158fe6c6e0e8c4879c6ac45ba47e8eaacce128:/wxPython/distrib/all/build-osx diff --git a/wxPython/distrib/all/build-osx b/wxPython/distrib/all/build-osx index 40bba17664..1e667e335c 100755 --- a/wxPython/distrib/all/build-osx +++ b/wxPython/distrib/all/build-osx @@ -7,9 +7,9 @@ set -o errexit # . $1 -host=$2 -flavor=$3 -pyver=$4 +host=$1 +flavor=$2 +pyver=$3 if [ $skiposx != yes ]; then # test if the target machine is online @@ -23,9 +23,9 @@ if [ $skiposx != yes ]; then echo "Copying source files and build script..." ssh root@$host "mkdir -p $OSX_BUILD && rm -rf $OSX_BUILD/* || true" - scp $STAGING_DIR/wxPython-src-$VERSION.tar.gz \ - $STAGING_DIR/wxPython-docs-$VERSION.tar.gz \ - $STAGING_DIR/wxPython-demo-$VERSION.tar.gz \ + scp $STAGING_DIR/wxPython-src-$VERSION.tar.bz2 \ + $STAGING_DIR/wxPython-docs-$VERSION.tar.bz2 \ + $STAGING_DIR/wxPython-demo-$VERSION.tar.bz2 \ distrib/all/do-build-osx \ root@$host:$OSX_BUILD