mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
app-eselect/eselect-python: Install wrapper for 'idle'
This commit is contained in:
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user