diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-03 20:04:34 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-03 20:04:34 +0100 |
commit | 832be8425b55a47c0b8e9d493df1ae81dbe61dd4 (patch) | |
tree | a795baaa265e9fbda4d36b71b199ab70177b9891 /package/python2/Makefile | |
parent | c8034b6c5297caa7124070065ec156812219471c (diff) |
more native compile fixes on my ibm x40
Diffstat (limited to 'package/python2/Makefile')
-rw-r--r-- | package/python2/Makefile | 2 |
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 |