app-admin/consul: fix GOBIN interference (bug 661092)
authorZac Medico <zmedico@gentoo.org>
Sun, 15 Jul 2018 23:24:03 +0000 (16:24 -0700)
committerZac Medico <zmedico@gentoo.org>
Sun, 15 Jul 2018 23:29:56 +0000 (16:29 -0700)
Reported-by: Alex Efros <powerman-asdf@yandex.ru>
Fixes: https://bugs.gentoo.org/661092
Package-Manager: Portage-2.3.42, Repoman-2.3.9

app-admin/consul/consul-1.2.1.ebuild

index c23a7225e2cc33658a438d44fc7b250462139c40..7bc86cc4fda35bf0a3b6648de1037435a4b69a38 100644 (file)
@@ -40,6 +40,7 @@ src_compile() {
        # and XC_ARCH, and skips generation of an unused zip file,
        # avoiding a dependency on app-arch/zip.
        GOPATH="${S}" \
+       GOBIN="${S}/bin" \
        GIT_DESCRIBE="v${PV}" \
        GIT_DIRTY="" \
        GIT_COMMIT="${GIT_COMMIT}" \