]> git.saurik.com Git - wxWidgets.git/commitdiff
Make sure it creates the directory where tarballs are stored if it doesn't exist.
authorKevin Ollivier <kevino@theolliviers.com>
Thu, 6 Jul 2006 23:31:22 +0000 (23:31 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Thu, 6 Jul 2006 23:31:22 +0000 (23:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40035 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/scripts/pre-flight.sh

index 41c62e608bdb1632444f748cf7fce8265c2b1cf5..08cb45b45b61ebf34f607cb4f24971db8e6fb633 100755 (executable)
@@ -38,8 +38,8 @@ else
 fi
 
 # this is where we will store the wxAll tarball we create
 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
 fi
 
 #re-bake the bakefiles