mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-27 09:11:00 +02:00
crackmapexec: fix qa issue to prevent constant rebuild
This commit is contained in:
parent
e275c9d71f
commit
f75a90d739
2 changed files with 7 additions and 0 deletions
|
|
@ -57,3 +57,9 @@ python_prepare_all() {
|
|||
sed -i -e '/bs4/d' setup.py || die
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils-r1_src_install
|
||||
insinto /etc/revdep-rebuild
|
||||
doins "${FILESDIR}"/50${PN}
|
||||
}
|
||||
1
net-analyzer/crackmapexec/files/50crackmapexec
Normal file
1
net-analyzer/crackmapexec/files/50crackmapexec
Normal file
|
|
@ -0,0 +1 @@
|
|||
SEARCH_DIRS_MASK="/usr/lib/python*/site-packages/cme/data/mimipenguin"
|
||||
Loading…
Reference in a new issue