]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/all/build-windows
another compilation fix for after last check in
[wxWidgets.git] / wxPython / distrib / all / build-windows
index 0b8ea638b1018623e692edc78d529476ddb75be1..bde2a5ecf4f6041a5f4b8499a376d7cf9834535f 100755 (executable)
@@ -72,6 +72,7 @@ cp `cygpath $WXWIN_OLD/docs/htmlhelp`/*.chm $WXDIR/docs/htmlhelp
 
 echo "Building wxPython and installers..."
 cd $WXDIR/wxPython
+mkdir -p dist
 
 for ver in $PYVER; do
     echo $ver
@@ -94,7 +95,7 @@ cd $DESTDIR
 
 if [ $SKIPCLEAN != yes ]; then 
     echo "Cleaning up..."
-    rm -r $WXDIR
+    rm -r $WXDIR || true
 fi
 
 echo "-=-=-=-  Goodbye!  -=-=-=-"