From 8396fb3fdce9c2b1a685632991633dafeb063291 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 16 Jun 2004 05:18:58 +0000 Subject: [PATCH] make sure the dist dir is created git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27826 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/distrib/all/build-windows | 1 + 1 file changed, 1 insertion(+) diff --git a/wxPython/distrib/all/build-windows b/wxPython/distrib/all/build-windows index 0b8ea638b1..804f2b8c76 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 -- 2.45.2