diff options
Diffstat (limited to 'package/python2/Makefile')
-rw-r--r-- | package/python2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/python2/Makefile b/package/python2/Makefile index 60cb0c705..0af3abe5c 100644 --- a/package/python2/Makefile +++ b/package/python2/Makefile @@ -64,6 +64,5 @@ post-install: -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_TARGET_DIR}/usr/bin include ${TOPDIR}/mk/pkg-bottom.mk |