summaryrefslogtreecommitdiff
path: root/package/xcb-proto
diff options
context:
space:
mode:
Diffstat (limited to 'package/xcb-proto')
-rw-r--r--package/xcb-proto/Makefile5
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