responder: fix issue #511

This commit is contained in:
blshkv 2019-10-10 15:55:58 +08:00
parent abbebc293d
commit 8a633ceb68
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F

View file

@ -32,7 +32,7 @@ src_install() {
newsbin - responder <<-EOF
#!/bin/sh
cd /usr/lib/responder
cd /usr/$(get_libdir)/responder
python2 ./Responder.py \${@}
EOF
}