diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-07 14:11:08 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-07 14:11:08 +0200 |
commit | 2bf604ffc3707110490658b3d2004da62767722b (patch) | |
tree | 3d79d194bc8824670c7eac1dc936a64a4bae17b6 /package/xcb-proto | |
parent | eaacfc671c88663ff14a094e0190359a211b46e8 (diff) |
update some packages after libpng15 update, misc stuff
Diffstat (limited to 'package/xcb-proto')
-rw-r--r-- | package/xcb-proto/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package/xcb-proto/Makefile b/package/xcb-proto/Makefile index 93d8e8128..56b3db65a 100644 --- a/package/xcb-proto/Makefile +++ b/package/xcb-proto/Makefile @@ -23,9 +23,12 @@ include $(TOPDIR)/mk/python.mk CONFIGURE_ENV+= PYTHON=$(PYTHON) -post-build: +post-install: ${INSTALL_DIR} ${STAGING_DIR}/usr/share/xcb + $(INSTALL_DIR) ${STAGING_DIR}/usr/lib/python${PYTHON_VERSION}/site-packages/xcbgen ${CP} ${WRKBUILD}/src/*.xml ${STAGING_DIR}/usr/share/xcb + ${CP} ${WRKINST}/usr/lib/python${PYTHON_VERSION}/site-packages/xcbgen/*.py \ + ${STAGING_DIR}/usr/lib/python${PYTHON_VERSION}/site-packages/xcbgen xcb-proto-install: ${INSTALL_DIR} ${IDIR_XCB_PROTO}/usr/share |