commit: df47e657620982bfe2e465f1ed207e370d6a28d3 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Fri Oct 23 03:22:57 2020 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Fri Oct 23 03:31:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df47e657
sys-cluster/minikube: fix target typo Closes: https://bugs.gentoo.org/750734 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> sys-cluster/minikube/minikube-1.14.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/minikube/minikube-1.14.0.ebuild b/sys-cluster/minikube/minikube-1.14.0.ebuild index db45cc70cb5..407bd5ad1e8 100644 --- a/sys-cluster/minikube/minikube-1.14.0.ebuild +++ b/sys-cluster/minikube/minikube-1.14.0.ebuild @@ -1751,7 +1751,7 @@ src_compile() { src_install() { newbin "${minikube_target}" minikube - use libvirt && dobin docker-machine-driver-kvm2 + use libvirt && dobin out/docker-machine-driver-kvm2 dodoc -r site CHANGELOG.md README.md if ! tc-is-cross-compiler; then
