diff options
Diffstat (limited to 'app-eselect/eselect-python/eselect-python-99999999.ebuild')
-rw-r--r-- | app-eselect/eselect-python/eselect-python-99999999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-eselect/eselect-python/eselect-python-99999999.ebuild b/app-eselect/eselect-python/eselect-python-99999999.ebuild index 7fb2788fe01d..4e6988aec65b 100644 --- a/app-eselect/eselect-python/eselect-python-99999999.ebuild +++ b/app-eselect/eselect-python/eselect-python-99999999.ebuild @@ -40,7 +40,7 @@ src_install() { # loves to do readlink on sys.executable... newbin "${EPREFIX}/usr/lib/python-exec/python-exec2" "${f}" done - for f in python{,2,3}-config 2to3 pydoc pyvenv; do + for f in python{,2,3}-config 2to3 idle pydoc pyvenv; do dosym ../lib/python-exec/python-exec2 /usr/bin/"${f}" done } |