diff options
| author | Michał Górny <mgorny@gentoo.org> | 2016-02-09 16:30:02 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2016-02-09 18:13:15 +0100 |
| commit | be8365b1af05000a6e579d7010fc0d02f44bb75b (patch) | |
| tree | 413782ca900feeb8c72b58a41078940686e740e0 /dev-lang/python-exec/python-exec-9999.ebuild | |
| parent | 535bbb6fc2b1d39efc2ec9016d997f59a4de4314 (diff) | |
| download | gentoo-be8365b1af05000a6e579d7010fc0d02f44bb75b.tar.gz gentoo-be8365b1af05000a6e579d7010fc0d02f44bb75b.tar.bz2 gentoo-be8365b1af05000a6e579d7010fc0d02f44bb75b.zip | |
dev-lang/python-exec: Update install layout in -9999
Diffstat (limited to 'dev-lang/python-exec/python-exec-9999.ebuild')
| -rw-r--r-- | dev-lang/python-exec/python-exec-9999.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-lang/python-exec/python-exec-9999.ebuild b/dev-lang/python-exec/python-exec-9999.ebuild index 8b64e11b3bcb..b13bf8bf4d6d 100644 --- a/dev-lang/python-exec/python-exec-9999.ebuild +++ b/dev-lang/python-exec/python-exec-9999.ebuild @@ -68,14 +68,10 @@ src_install() { insinto /etc/python-exec doins "${T}"/python-exec.conf - # Create compatibility symlinks - dosym ../../bin/python-exec2 /usr/lib/python-exec/python-exec2-c - dosym ../../bin/python-exec2.py /usr/lib/python-exec/python-exec2 - # Create Python interpreter executable wrappers local f for f in python{,2,3}{,-config} 2to3 idle pydoc pyvenv; do - dosym python-exec2 /usr/bin/"${f}" + dosym python-exec2-c /usr/bin/"${f}" done } |
