summaryrefslogtreecommitdiff
path: root/package/python2/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-03-04 19:08:05 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-03-04 19:08:05 +0100
commit147d9ee9f93d9164931408af9ecda00eb0d4a8b2 (patch)
tree16dd9679c8be91e371f3b4612b39fc843007777e /package/python2/Makefile
parenta13a7bb1239db9093de0cec0ba35a8fabdf24ff0 (diff)
parent709e9353b40e894f7f176e68480ce5f9d46db8d5 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/python2/Makefile')
-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