Skip to content

Commit

Permalink
app-emulation/docker-swarm: GOBIN interference (bug 636506)
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/636506
Package-Manager: Portage-2.3.13, Repoman-2.3.3
  • Loading branch information
zmedico committed Nov 12, 2017
1 parent 926f931 commit 53c7f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-emulation/docker-swarm/docker-swarm-1.2.5.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand Down Expand Up @@ -69,7 +69,7 @@ src_unpack() {
}

src_compile() {
GOPATH="${S}" \
GOPATH="${S}" GOBIN="${S}/bin" \
go install -v -work -x ${EGO_BUILD_FLAGS} "${EGO_PN}"
[[ -x ${S}/bin/${PN#docker-} ]] || die
}
Expand Down

0 comments on commit 53c7f9c

Please sign in to comment.