mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-analyzer/suricata: fix shebangs in installed Python scripts
Closes: https://bugs.gentoo.org/878855 Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
@@ -128,6 +128,8 @@ src_configure() {
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install
|
||||
python_optimize
|
||||
# Bug #878855
|
||||
python_fix_shebang "${ED}"/usr/bin/
|
||||
|
||||
if use bpf; then
|
||||
rm -f ebpf/Makefile.{am,in} || die
|
||||
|
||||
Reference in New Issue
Block a user