From 6640e958d8ae1176ff84c6d33365557257035e9c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 4 Feb 2011 14:24:39 +0100 Subject: create missing directory, before copy --- package/xcb-proto/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package/xcb-proto/Makefile') 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 -- cgit v1.2.3