diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-30 16:01:06 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-30 16:01:06 +0100 |
| commit | c3c50b45244d5c94e1b880b37c3da202ed70fceb (patch) | |
| tree | b76a992fe898a1e4e71ded2b4c0dded78cd4bd8a /package/python3/Makefile | |
| parent | fdeed9b0c762e9f700f3e45869ec58057da449a1 (diff) | |
| parent | 61cc800e46cc943824dc6a0b8e8d413f2795db9f (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/python3/Makefile')
| -rw-r--r-- | package/python3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python3/Makefile b/package/python3/Makefile index c18423290..40659bff4 100644 --- a/package/python3/Makefile +++ b/package/python3/Makefile @@ -115,7 +115,7 @@ python3-install: ${INSTALL_MODS_y} ${INSTALL_MODS_m} ${CP} ${WRKINST}/usr/lib/python3.3/* ${IDIR_PYTHON3}/usr/lib/python3.3 ${CP} ${WRKINST}/usr/include/python3.3m/pyconfig.h \ ${IDIR_PYTHON3}/usr/include/python3.3m - for i in zlib _bz2 _curses _ssl _gdbm _sqlite pyexpat readline; do \ + @-for i in zlib _bz2 _curses _ssl _gdbm _sqlite pyexpat readline; do \ rm ${IDIR_PYTHON3}/usr/lib/python3.3/lib-dynload/$${i}*so; \ done |
