Skip to content

Commit

Permalink
dev-lang/python-exec: Update install layout in -9999
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Feb 9, 2016
1 parent 535bbb6 commit be8365b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions dev-lang/python-exec/python-exec-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit be8365b

Please sign in to comment.