app-admin/kube-bench: Fix install

Package-Manager: Portage-2.3.18, Repoman-2.3.6
This commit is contained in:
Manuel Rüger
2017-12-11 20:03:03 +01:00
parent b0170ca290
commit d7b8b059b1

View File

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