summaryrefslogtreecommitdiff
path: root/package/python2
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-03-03 20:04:34 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-03-03 20:04:34 +0100
commit832be8425b55a47c0b8e9d493df1ae81dbe61dd4 (patch)
treea795baaa265e9fbda4d36b71b199ab70177b9891 /package/python2
parentc8034b6c5297caa7124070065ec156812219471c (diff)
more native compile fixes on my ibm x40
Diffstat (limited to 'package/python2')
-rw-r--r--package/python2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python2/Makefile b/package/python2/Makefile
index 0af3abe5c..4c72c2e1c 100644
--- a/package/python2/Makefile
+++ b/package/python2/Makefile
@@ -63,6 +63,6 @@ post-install:
${CP} ${WRKINST}/usr/include/python2.7/* ${IDIR_PYTHON2}/usr/include/python2.7
-find ${IDIR_PYTHON2} -name "\*.pyc" -o -name "*\.pyo" -exec rm {} \;
# workaround, copy host python-config to target scripts directory
- ${CP} ${STAGING_HOST_DIR}/usr/bin/python*-config ${STAGING_TARGET_DIR}/scripts
+ ${CP} ${STAGING_HOST_DIR}/usr/bin/python*-config ${STAGING_DIR}/scripts
include ${TOPDIR}/mk/pkg-bottom.mk