Make sure it creates the directory where tarballs are stored if it doesn't exist.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40035 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2006-07-06 23:31:22 +00:00
parent 9ffab13f6d
commit eb33893c47

View File

@@ -38,8 +38,8 @@ else
fi
# this is where we will store the wxAll tarball we create
if [ ! -d $DISTDIR ]; then
mkdir $DISTDIR
if [ ! -d $START_DIR/$DISTDIR ]; then
mkdir -p $START_DIR/$DISTDIR
fi
#re-bake the bakefiles