diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-04 14:24:39 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-04 14:24:39 +0100 |
commit | 6640e958d8ae1176ff84c6d33365557257035e9c (patch) | |
tree | 8c9e185482bcebe366f50d68fd51bdbb6fdea936 /package/xcb-proto/Makefile | |
parent | 1377d245329399b7d7f6e9a4e5c57a9bde9c7796 (diff) |
create missing directory, before copy
Diffstat (limited to 'package/xcb-proto/Makefile')
-rw-r--r-- | package/xcb-proto/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/xcb-proto/Makefile b/package/xcb-proto/Makefile index f4b7004fc..f553ca74d 100644 --- a/package/xcb-proto/Makefile +++ b/package/xcb-proto/Makefile @@ -21,8 +21,9 @@ include $(TOPDIR)/mk/python.mk CONFIGURE_ENV+= PYTHON=$(PYTHON) post-install: - ${INSTALL_DIR} ${IDIR_XCB_PROTO}/usr/share + ${INSTALL_DIR} ${IDIR_XCB_PROTO}/usr/share/ ${CP} ${WRKINST}/usr/share/xcb ${IDIR_XCB_PROTO}/usr/share - ${CP} ${WRKINST}/usr/share/xcb ${STAGING_TARGET_DIR}/usr/share + ${INSTALL_DIR} ${STAGING_TARGET_DIR}/usr/share/xcb + ${CP} ${WRKINST}/usr/share/xcb/* ${STAGING_TARGET_DIR}/usr/share/xcb include ${TOPDIR}/mk/pkg-bottom.mk |