git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33253
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
echo "-=-=-=- Hello from $HOSTNAME -=-=-=-"
if [ $# -lt 6 ]; then
echo "-=-=-=- Hello from $HOSTNAME -=-=-=-"
if [ $# -lt 6 ]; then
- echo "Usage: $0 WXDIR DESTDIR SKIPCLEAN VERSION KIND PYVER..."
+ echo "Usage: $0 WXDIR DESTDIR SKIPCLEAN VERSION KIND PYVER"
SKIPCLEAN=$3
VERSION=$4
KIND=$5
SKIPCLEAN=$3
VERSION=$4
KIND=$5
-shift;shift;shift;shift;shift
-PYVER=$@
#export PATH=/sw/bin:/usr/local/bin:$PATH
#export PATH=/sw/bin:/usr/local/bin:$PATH
export TARBALLDIR=$DESTDIR
mkdir -p dist
if [ $KIND = panther ]; then
export TARBALLDIR=$DESTDIR
mkdir -p dist
if [ $KIND = panther ]; then
- distrib/mac/wxPythonOSX/build $KIND inplace unicode
+ distrib/mac/wxPythonOSX/build $PYVER $KIND inplace unicode
-distrib/mac/wxPythonOSX/build $KIND inplace
+distrib/mac/wxPythonOSX/build $PYVER $KIND inplace
echo "Copying installers to $DESTDIR..."
echo "Copying installers to $DESTDIR..."