app-eselect/eselect-python: Install wrapper for 'idle'

This commit is contained in:
Michał Górny
2015-12-18 23:00:25 +01:00
parent c673770d67
commit fdb836a3cf
2 changed files with 2 additions and 2 deletions

View File

@@ -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
}

View File

@@ -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
}