From 3fbcb8680324b2d7a2ac29133cf2b3be7cea42bd Mon Sep 17 00:00:00 2001 From: blshkv Date: Wed, 12 Dec 2018 14:20:01 +0800 Subject: [PATCH] crackmapexec: 3.1.5_p20181211 bump --- ..._p20181119.ebuild => crackmapexec-3.1.5_p20181211.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename net-analyzer/crackmapexec/{crackmapexec-3.1.5_p20181119.ebuild => crackmapexec-3.1.5_p20181211.ebuild} (95%) diff --git a/net-analyzer/crackmapexec/crackmapexec-3.1.5_p20181119.ebuild b/net-analyzer/crackmapexec/crackmapexec-3.1.5_p20181211.ebuild similarity index 95% rename from net-analyzer/crackmapexec/crackmapexec-3.1.5_p20181119.ebuild rename to net-analyzer/crackmapexec/crackmapexec-3.1.5_p20181211.ebuild index 7c0122044..aae13f6cf 100644 --- a/net-analyzer/crackmapexec/crackmapexec-3.1.5_p20181119.ebuild +++ b/net-analyzer/crackmapexec/crackmapexec-3.1.5_p20181211.ebuild @@ -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} }