From ccd5c182f09cb41b255b1c1ba6c2226e6158de5e Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Tue, 1 Nov 2022 00:27:56 +0000 Subject: [PATCH] net-analyzer/suricata: fix shebangs in installed Python scripts Closes: https://bugs.gentoo.org/878855 Signed-off-by: Marek Szuba --- net-analyzer/suricata/suricata-6.0.8.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-analyzer/suricata/suricata-6.0.8.ebuild b/net-analyzer/suricata/suricata-6.0.8.ebuild index 5176b28447762..9b39a338afc09 100644 --- a/net-analyzer/suricata/suricata-6.0.8.ebuild +++ b/net-analyzer/suricata/suricata-6.0.8.ebuild @@ -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