diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-10-22 20:22:57 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-10-22 20:31:27 -0700 |
commit | df47e657620982bfe2e465f1ed207e370d6a28d3 (patch) | |
tree | d3c132d118a558f3ef38caad347436500760699f /sys-cluster/minikube | |
parent | dev-python/matplotlib: Stabilize 3.3.2 arm64, #738514 (diff) | |
download | gentoo-df47e657620982bfe2e465f1ed207e370d6a28d3.tar.gz gentoo-df47e657620982bfe2e465f1ed207e370d6a28d3.tar.bz2 gentoo-df47e657620982bfe2e465f1ed207e370d6a28d3.zip |
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@gentoo.org>
Diffstat (limited to 'sys-cluster/minikube')
-rw-r--r-- | sys-cluster/minikube/minikube-1.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/minikube/minikube-1.14.0.ebuild b/sys-cluster/minikube/minikube-1.14.0.ebuild index db45cc70cb50..407bd5ad1e8d 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 |