app-emulation/docker-swarm: GOBIN interference (bug 636506)
authorZac Medico <zmedico@gentoo.org>
Sun, 12 Nov 2017 04:58:42 +0000 (20:58 -0800)
committerZac Medico <zmedico@gentoo.org>
Sun, 12 Nov 2017 05:02:57 +0000 (21:02 -0800)
Closes: https://bugs.gentoo.org/636506
Package-Manager: Portage-2.3.13, Repoman-2.3.3

app-emulation/docker-swarm/docker-swarm-1.2.5.ebuild

index ee87135b33ab61278702a642942d3ea2338e09a4..65a67d8c2b90cc3717c6df050fcb2dcea21c6bbe 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -69,7 +69,7 @@ src_unpack() {
 }
 
 src_compile() {
-       GOPATH="${S}" \
+       GOPATH="${S}" GOBIN="${S}/bin" \
                go install -v -work -x ${EGO_BUILD_FLAGS} "${EGO_PN}"
        [[ -x ${S}/bin/${PN#docker-} ]] || die
 }