From 538297eb9f73edee3a42d564deee08904ebd50f7 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Mon, 30 Oct 2017 17:53:17 +0100 Subject: dev-lang/python: fix install of 3.6.3 on Darwin --- dev-lang/python/python-3.6.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/python/python-3.6.3.ebuild b/dev-lang/python/python-3.6.3.ebuild index 6cf6bb0a9a..9a41e071f6 100644 --- a/dev-lang/python/python-3.6.3.ebuild +++ b/dev-lang/python/python-3.6.3.ebuild @@ -333,7 +333,7 @@ src_install() { # if not using a cross-compiler, use the fresh binary if ! tc-is-cross-compiler; then - local -x PYTHON=./python + local -x PYTHON=./python$(sed -n '/BUILDEXE=/s/^.*=\s\+//p' Makefile) local -x LD_LIBRARY_PATH=${LD_LIBRARY_PATH+${LD_LIBRARY_PATH}:}. local -x DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH+${DYLD_LIBRARY_PATH}:}. else -- cgit v1.2.3-65-gdbad