mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-16 20:01:31 +02:00
metasploit: typo in armitage script generation
This commit is contained in:
parent
1344dce013
commit
25c1901285
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ src_install() {
|
|||
"${ED}"/etc/revdep-rebuild/70-${PN}${SLOT}
|
||||
|
||||
if use armitage; then
|
||||
echo -e "#!/bin/sh \n\nexport MSF_DATABASE_CONFIG=/usr/$(get_libdir)/${PN}{SLOT}/armitage.yml\n" > armitage
|
||||
echo -e "#!/bin/sh \n\nexport MSF_DATABASE_CONFIG=/usr/$(get_libdir)/${PN}${SLOT}/armitage.yml\n" > armitage
|
||||
echo -e "java -Xmx256m -jar /usr/$(get_libdir)/${PN}${SLOT}/data/armitage/armitage.jar \$* &\n" >> armitage
|
||||
dobin armitage
|
||||
insinto /usr/$(get_libdir)/${PN}${SLOT}/
|
||||
|
|
|
|||
Loading…
Reference in a new issue