diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-10-28 15:02:49 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-10-28 15:04:41 -0700 |
commit | 4be559699a152a017bd2e02dde175280b679d8b5 (patch) | |
tree | 14853b9316be10f81c6aaaf6ee947d79780fe9f5 /app-admin | |
parent | sys-apps/sandbox: stable 2.10-r4 for sparc, bug #633960 (thanks to Rolf Eike ... (diff) | |
download | gentoo-4be559699a152a017bd2e02dde175280b679d8b5.tar.gz gentoo-4be559699a152a017bd2e02dde175280b679d8b5.tar.bz2 gentoo-4be559699a152a017bd2e02dde175280b679d8b5.zip |
app-admin/consul: fix GOBIN interference (bug 631776)
Closes: https://bugs.gentoo.org/631776
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/consul/consul-0.9.3.ebuild | 2 | ||||
-rw-r--r-- | app-admin/consul/consul-1.0.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
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 } |