dev-go/go-bindata: set GOBIN for bug 638572

Closes: https://bugs.gentoo.org/638572
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
Zac Medico
2018-10-20 18:34:05 -07:00
parent d145595d9b
commit cacfd4b353

View File

@@ -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/*
}