diff --git a/wxPython/distrib/all/build-all b/wxPython/distrib/all/build-all index 7c476a07ec..b499b5fcd2 100755 --- a/wxPython/distrib/all/build-all +++ b/wxPython/distrib/all/build-all @@ -272,7 +272,7 @@ if [ $skiplinux != yes ]; then echo "Fetching the results..." scp root@$LINUX_HOST:$LINUX_BUILD/wxPythonGTK*.i[0-9]86.rpm $STAGING_DIR - ssh root@$LINUX_HOST "$LINUX_BUILD/wxPythonGTK*.i[0-9]86.rpm" + ssh root@$LINUX_HOST "rm $LINUX_BUILD/wxPythonGTK*.i[0-9]86.rpm" fi diff --git a/wxPython/distrib/all/build-linux b/wxPython/distrib/all/build-linux index ba90b54b07..7a632ae24c 100755 --- a/wxPython/distrib/all/build-linux +++ b/wxPython/distrib/all/build-linux @@ -18,7 +18,7 @@ set -o errexit echo "-=-=-=- Hello from $HOSTNAME -=-=-=-" -if [ $# -lt 5 ]; then +if [ $# -lt 4]; then echo "Usage: $0 WXDIR DESTDIR SKIPCLEAN VERSION PYVER..." exit 1 fi @@ -43,9 +43,9 @@ for ver in $PYVER; do done -echo "Copying RPMs to $DESTDIR..." -cp wxPythonGTK*.i[0-9]86.rpm $DESTDIR -cd $DESTDIR +#echo "Copying RPMs to $DESTDIR..." +#cp wxPythonGTK*.i[0-9]86.rpm $DESTDIR +#cd $DESTDIR if [ $SKIPCLEAN != yes ]; then