diff options
-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 } |