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