mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-22 23:01:02 +02:00
responder: fix issue #511
This commit is contained in:
parent
abbebc293d
commit
8a633ceb68
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ src_install() {
|
|||
|
||||
newsbin - responder <<-EOF
|
||||
#!/bin/sh
|
||||
cd /usr/lib/responder
|
||||
cd /usr/$(get_libdir)/responder
|
||||
python2 ./Responder.py \${@}
|
||||
EOF
|
||||
}
|
||||
Loading…
Reference in a new issue