dev-lang/python-exec-9999: Update for another wrapper rename
authorMichał Górny <mgorny@gentoo.org>
Tue, 16 Feb 2016 22:39:51 +0000 (23:39 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 16 Feb 2016 22:56:46 +0000 (23:56 +0100)
dev-lang/python-exec/python-exec-9999.ebuild

index b13bf8bf4d6dc4562e4bb99bed2ba63213c7f143..2b77cc79e78abadc3a09ae0f0991479d7bf32566 100644 (file)
@@ -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
 }