projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58e06c7
)
dev-lang/python-exec-9999: Update for another wrapper rename
author
Michał Górny
<mgorny@gentoo.org>
Tue, 16 Feb 2016 22:39:51 +0000
(23:39 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Tue, 16 Feb 2016 22:56:46 +0000
(23:56 +0100)
dev-lang/python-exec/python-exec-9999.ebuild
patch
|
blob
|
history
diff --git
a/dev-lang/python-exec/python-exec-9999.ebuild
b/dev-lang/python-exec/python-exec-9999.ebuild
index b13bf8bf4d6dc4562e4bb99bed2ba63213c7f143..2b77cc79e78abadc3a09ae0f0991479d7bf32566 100644
(file)
--- a/
dev-lang/python-exec/python-exec-9999.ebuild
+++ b/
dev-lang/python-exec/python-exec-9999.ebuild
@@
-71,7
+71,7
@@
src_install() {
# Create Python interpreter executable wrappers
local f
for f in python{,2,3}{,-config} 2to3 idle pydoc pyvenv; do
- dosym python-exec2
-
c /usr/bin/"${f}"
+ dosym python-exec2c /usr/bin/"${f}"
done
}