From 84b4e2b6ae5cce980145e09b719e4d81b00897c4 Mon Sep 17 00:00:00 2001 From: Kevin Ollivier Date: Mon, 12 Jun 2006 00:20:30 +0000 Subject: [PATCH] Make sure to create parent dirs in the tree. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39682 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- distrib/scripts/msw/makesetup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/distrib/scripts/msw/makesetup.sh b/distrib/scripts/msw/makesetup.sh index f82d96e967..9c1a7d3781 100755 --- a/distrib/scripts/msw/makesetup.sh +++ b/distrib/scripts/msw/makesetup.sh @@ -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 -- 2.47.2