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:
@@ -38,8 +38,8 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# this is where we will store the wxAll tarball we create
|
# this is where we will store the wxAll tarball we create
|
||||||
if [ ! -d $DISTDIR ]; then
|
if [ ! -d $START_DIR/$DISTDIR ]; then
|
||||||
mkdir $DISTDIR
|
mkdir -p $START_DIR/$DISTDIR
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#re-bake the bakefiles
|
#re-bake the bakefiles
|
||||||
|
Reference in New Issue
Block a user