commit:     d7b8b059b13b870c680e88800ebff61a0fb446c4
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 11 19:03:03 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Dec 11 19:03:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7b8b059

app-admin/kube-bench: Fix install

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 app-admin/kube-bench/kube-bench-0.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/kube-bench/kube-bench-0.0.6.ebuild 
b/app-admin/kube-bench/kube-bench-0.0.6.ebuild
index dd5d76a01a3..aa639411cc6 100644
--- a/app-admin/kube-bench/kube-bench-0.0.6.ebuild
+++ b/app-admin/kube-bench/kube-bench-0.0.6.ebuild
@@ -50,5 +50,5 @@ src_compile() {
 src_install() {
        dobin src/${EGO_PN}/${PN}
        insinto /etc/kube-bench
-       doins src/${EGO_PN}/cfg /etc/kube-bench
+       doins -r src/${EGO_PN}/cfg
 }

Reply via email to