mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-11 09:43:40 +02:00
crackmapexec: 3.1.5_p20181211 bump
This commit is contained in:
parent
cc64d21b69
commit
3fbcb86803
1 changed files with 2 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ EAPI=6
|
|||
PYTHON_COMPAT=( python2_7 )
|
||||
inherit distutils-r1 git-r3
|
||||
|
||||
COMMIT_HASH="75449f62bc4c922ef6fb0af78fc9498fb7a6e6ac"
|
||||
COMMIT_HASH="dbe142c1ae65f1a5f7b43dbf31f3959471bf6bb2"
|
||||
DESCRIPTION="A swiss army knife for pentesting Windows/Active Directory environments"
|
||||
HOMEPAGE="https://github.com/byt3bl33d3r/CrackMapExec/releases"
|
||||
|
||||
|
|
@ -68,9 +68,8 @@ python_prepare_all() {
|
|||
}
|
||||
|
||||
python_install(){
|
||||
#install data files disabled in setup.patch
|
||||
rm -r cme/thirdparty/impacket
|
||||
cp -r cme/{data,thirdparty} "${BUILD_DIR}"/lib/cme
|
||||
distutils-r1_python_install
|
||||
einfo ${PYTHON_SITEDIR}
|
||||
einfo ${BUILD_DIR}
|
||||
}
|
||||
Loading…
Reference in a new issue