mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
nikto: fix typo in sed
This commit is contained in:
parent
a5f7e9d0a8
commit
869671d317
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ RDEPEND="dev-lang/perl
|
|||
|
||||
src_prepare() {
|
||||
sed -i -e 's:config.txt:nikto.conf:g' plugins/*
|
||||
sed -i -e 's:/etc/nikto.conf:/etc/nikto/nikto.conf:'nikto.pl
|
||||
sed -i -e 's:/etc/nikto.conf:/etc/nikto/nikto.conf:' nikto.pl
|
||||
sed -i -e 's:# EXECDIR=/opt/nikto:EXECDIR=/usr/share/nikto:' nikto.conf
|
||||
|
||||
# sed -i -e 's:# use LW2:use LW2:' nikto.pl
|
||||
Loading…
Reference in a new issue