]> git.saurik.com Git - wxWidgets.git/commitdiff
Automated build tweaks and fixes
authorRobin Dunn <robin@alldunn.com>
Fri, 16 Jul 2004 00:02:49 +0000 (00:02 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 16 Jul 2004 00:02:49 +0000 (00:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28251 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/distrib/all/build-all
wxPython/distrib/all/build-linux

index 7c476a07ec05c641a2577822e634f9e45908d835..b499b5fcd29c4e1c29e9ffd4297a2930849fd3ea 100755 (executable)
@@ -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
 
 
index ba90b54b073e89995ee1b9b0a82fb8560241e6e0..7a632ae24cff880f81e2fe8748805716bdd62d11 100755 (executable)
@@ -18,7 +18,7 @@ set -o errexit
 
 echo "-=-=-=-  Hello from $HOSTNAME  -=-=-=-"
 
-if [ $# -lt ]; 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