commit: 1227f45d23acea92d57bb7186c25b3cb83688b6e
parent: 8b6334bd90373f110c46611c3ecc53cf07889b32
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Tue, 17 Jul 2018 02:01:17 +0200
dev-lang/go: create dir at ${GOROOT_BOOTSTRAP/bin}
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/dev-lang/go/go-1.10.3.ebuild b/dev-lang/go/go-1.10.3.ebuild
@@ -175,6 +175,7 @@ src_compile()
ln -s "${go_binary}" "${GOROOT_BOOTSTRAP}/bin/go" || die
fi
if use bootstrap; then
+ mkdir -p "${GOROOT_BOOTSTRAP}/bin" || die
ln -s "${EPREFIX}/usr/lib/go1.4/bin/go" "${GOROOT_BOOTSTRAP}/bin/go" || die
export GOROOT_BOOTSTRAP="${EPREFIX}/usr/lib/go1.4"
fi