From ae260fd6c5779ad820af5429a222cea13f4a277d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 26 Feb 2003 05:49:40 +0000 Subject: [PATCH] Ensure that the TOOLDIR exists git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/distrib/mac/MacPython/resources/postflight | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wxPython/distrib/mac/MacPython/resources/postflight b/wxPython/distrib/mac/MacPython/resources/postflight index 7b3a635933..1ca0459997 100755 --- a/wxPython/distrib/mac/MacPython/resources/postflight +++ b/wxPython/distrib/mac/MacPython/resources/postflight @@ -18,6 +18,8 @@ else TOOLDIR=$DEST/bin fi +# Make sure the dir exists +mkdir -p $TOOLDIR # Make some links to the python executable if [ -e $TOOLDIR/python$PYVER]; then