summaryrefslogtreecommitdiff
path: root/package/python2
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-09-26 22:13:56 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-09-26 22:13:56 +0200
commitb8ff136fd23eb21ff3cbf0dce4b81b44823a4ce5 (patch)
tree4589b26386883124b3e473291664a4b7939d7cec /package/python2
parentee3d636b786d31352d40b448fb93051cbe7f6445 (diff)
bad testing on my site, install header files again
Diffstat (limited to 'package/python2')
-rw-r--r--package/python2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/python2/Makefile b/package/python2/Makefile
index 2bf3f0957..f7c3fa919 100644
--- a/package/python2/Makefile
+++ b/package/python2/Makefile
@@ -47,11 +47,11 @@ pre-configure:
post-install:
${INSTALL_DIR} ${IDIR_PYTHON2}/usr/bin ${IDIR_PYTHON2}/usr/lib
${INSTALL_DIR} ${IDIR_PYTHON2}/usr/lib/python2.7
- #${INSTALL_DIR} ${IDIR_PYTHON2}/usr/include/python2.7
+ ${INSTALL_DIR} ${IDIR_PYTHON2}/usr/include/python2.7
${INSTALL_BIN} ${WRKINST}/usr/bin/python ${IDIR_PYTHON2}/usr/bin
${CP} ${WRKINST}/usr/lib/libpython*.so* ${IDIR_PYTHON2}/usr/lib
${CP} ${WRKINST}/usr/lib/python2.7/* ${IDIR_PYTHON2}/usr/lib/python2.7
- #${CP} ${WRKINST}/usr/include/python2.7/* ${IDIR_PYTHON2}/usr/include/python2.7
+ ${CP} ${WRKINST}/usr/include/python2.7/* ${IDIR_PYTHON2}/usr/include/python2.7
-find ${IDIR_PYTHON2} -name \*.pyo -exec rm {} \;
include ${TOPDIR}/mk/pkg-bottom.mk