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
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user