summaryrefslogtreecommitdiff
path: root/package/python2
diff options
context:
space:
mode:
Diffstat (limited to 'package/python2')
-rw-r--r--package/python2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/python2/Makefile b/package/python2/Makefile
index b7ceaa372..56aaa9062 100644
--- a/package/python2/Makefile
+++ b/package/python2/Makefile
@@ -49,5 +49,6 @@ post-install:
${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.6/* ${IDIR_PYTHON2}/usr/lib/python2.6
+ -find ${IDIR_PYTHON2} -name \*.pyo -exec rm {} \;
include ${TOPDIR}/mk/pkg-bottom.mk