diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-13 21:09:30 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-13 21:09:30 +0100 |
commit | 58f2ba6405c8b0390995af535592c94eb38e013c (patch) | |
tree | dc4eff13444685bc9bf57868784f7995529dc420 /package/python2 | |
parent | eee51f60204ed0e387fe2f46937463b9fe3ea2c4 (diff) |
add tcsh package, update TODO
Diffstat (limited to 'package/python2')
-rw-r--r-- | package/python2/Makefile | 1 |
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 |