From: Zac Medico Date: Sat, 28 Oct 2017 22:02:49 +0000 (-0700) Subject: app-admin/consul: fix GOBIN interference (bug 631776) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4be559699a152a017bd2e02dde175280b679d8b5;p=gentoo.git app-admin/consul: fix GOBIN interference (bug 631776) Closes: https://bugs.gentoo.org/631776 Package-Manager: Portage-2.3.13, Repoman-2.3.3 --- diff --git a/app-admin/consul/consul-0.9.3.ebuild b/app-admin/consul/consul-0.9.3.ebuild index 1eae049ea45d..73999db91a27 100644 --- a/app-admin/consul/consul-0.9.3.ebuild +++ b/app-admin/consul/consul-0.9.3.ebuild @@ -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 } diff --git a/app-admin/consul/consul-1.0.0.ebuild b/app-admin/consul/consul-1.0.0.ebuild index 1eae049ea45d..73999db91a27 100644 --- a/app-admin/consul/consul-1.0.0.ebuild +++ b/app-admin/consul/consul-1.0.0.ebuild @@ -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 }