]> git.saurik.com Git - wxWidgets.git/commitdiff
Make sure to create parent dirs in the tree.
authorKevin Ollivier <kevino@theolliviers.com>
Mon, 12 Jun 2006 00:20:30 +0000 (00:20 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Mon, 12 Jun 2006 00:20:30 +0000 (00:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39682 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/scripts/msw/makesetup.sh

index f82d96e967f497c230d9d49abf110418db185809..9c1a7d37818a6bb93085ad5a2d911e848cce33fb 100755 (executable)
@@ -360,6 +360,7 @@ dospinport(){
     mkdir -p /tmp/wx$port/wxWidgets-$VERSION
     
     for line in `cat /tmp/$port_filelist` ; do
+        mkdir -p `dirname $line`
         cp -r $line /tmp/wx$port/wxWidgets-$VERSION
     done