X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d66241556afede6743d3a8fc10240bd825e55bd2..42d0aa30b801d8c2ea7cd16a2a191bec4fbfa876:/wxPython/distrib/all/build-linux 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