Use mkdir -p in PYTHON_DIST or the present method of copying
the samples will fail. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24308 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1492,7 +1492,7 @@ PYTHON_DIST:
|
||||
wxPython/wxPython/py/wxd \
|
||||
; do \
|
||||
echo "Copying dir: $$dir..."; \
|
||||
mkdir $(DISTDIR)/$$dir; \
|
||||
mkdir -p $(DISTDIR)/$$dir; \
|
||||
cp $(WXDIR)/$$dir/* $(DISTDIR)/$$dir > /dev/null 2>&1; \
|
||||
done; \
|
||||
\
|
||||
|
Reference in New Issue
Block a user