Explorar o código

create missing directory, before copy

Waldemar Brodkorb %!s(int64=14) %!d(string=hai) anos
pai
achega
6640e958d8
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      package/xcb-proto/Makefile

+ 3 - 2
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