powersploit: change target directory
This commit is contained in:
parent
7521100948
commit
e86a3e7d2c
1 changed files with 3 additions and 3 deletions
|
@ -16,9 +16,9 @@ stdenvNoCC.mkDerivation {
|
|||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
mkdir -p $out/share/powersploit
|
||||
cp -a * $out/share/powersploit
|
||||
find $out/share -type f -exec chmod -x {} \;
|
||||
mkdir -p $out/share/windows/powersploit
|
||||
cp -a * $out/share/windows/powersploit
|
||||
find $out/share/windows -type f -exec chmod -x {} \;
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue