app-admin/consul: fix GOBIN interference (bug 631776)
authorZac Medico <zmedico@gentoo.org>
Sat, 28 Oct 2017 22:02:49 +0000 (15:02 -0700)
committerZac Medico <zmedico@gentoo.org>
Sat, 28 Oct 2017 22:04:41 +0000 (15:04 -0700)
Closes: https://bugs.gentoo.org/631776
Package-Manager: Portage-2.3.13, Repoman-2.3.3

app-admin/consul/consul-0.9.3.ebuild
app-admin/consul/consul-1.0.0.ebuild

index 1eae049ea45d2b04f979b7267b7b07cd27bea5a8..73999db91a279cbdf8cad483f434dca114bfc115 100644 (file)
@@ -42,7 +42,7 @@ src_compile() {
        # The dev target sets causes build.sh to set appropriate XC_OS
        # and XC_ARCH, and skips generation of an unused zip file,
        # avoiding a dependency on app-arch/zip.
-       GOPATH="${S}" \
+       GOPATH="${S}" GOBIN="${S}/bin" \
                emake -C "${S}/src/${EGO_PN}" dev
 }
 
index 1eae049ea45d2b04f979b7267b7b07cd27bea5a8..73999db91a279cbdf8cad483f434dca114bfc115 100644 (file)
@@ -42,7 +42,7 @@ src_compile() {
        # The dev target sets causes build.sh to set appropriate XC_OS
        # and XC_ARCH, and skips generation of an unused zip file,
        # avoiding a dependency on app-arch/zip.
-       GOPATH="${S}" \
+       GOPATH="${S}" GOBIN="${S}/bin" \
                emake -C "${S}/src/${EGO_PN}" dev
 }