X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/36e910973a850800894e0f1b999c2e06207572c0..9e9300c4576acb09a9fca823330fb48529c629d0:/wxPython/distrib/all/build-windows diff --git a/wxPython/distrib/all/build-windows b/wxPython/distrib/all/build-windows index 0b8ea638b1..bde2a5ecf4 100755 --- a/wxPython/distrib/all/build-windows +++ b/wxPython/distrib/all/build-windows @@ -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! -=-=-=-"