diff --git a/dev-go/go-bindata/go-bindata-0_pre20151023.ebuild b/dev-go/go-bindata/go-bindata-0_pre20151023.ebuild index dac12764e4141..9b145c321780c 100644 --- a/dev-go/go-bindata/go-bindata-0_pre20151023.ebuild +++ b/dev-go/go-bindata/go-bindata-0_pre20151023.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,6 +17,7 @@ SLOT="0/${PVR}" IUSE="" src_install() { - golang-build_src_install + GOBIN=${S}/bin \ + golang-build_src_install dobin bin/* }