From: Zac Medico Date: Sun, 15 Jul 2018 23:24:03 +0000 (-0700) Subject: app-admin/consul: fix GOBIN interference (bug 661092) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a0ab3c601a69e5cd465b44472a04ce1d9f9e1a2a;p=gentoo.git app-admin/consul: fix GOBIN interference (bug 661092) Reported-by: Alex Efros Fixes: https://bugs.gentoo.org/661092 Package-Manager: Portage-2.3.42, Repoman-2.3.9 --- diff --git a/app-admin/consul/consul-1.2.1.ebuild b/app-admin/consul/consul-1.2.1.ebuild index c23a7225e2cc..7bc86cc4fda3 100644 --- a/app-admin/consul/consul-1.2.1.ebuild +++ b/app-admin/consul/consul-1.2.1.ebuild @@ -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}" \