summaryrefslogtreecommitdiff
path: root/net-analyzer/suricata/suricata-6.0.8.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/suricata/suricata-6.0.8.ebuild')
-rw-r--r--net-analyzer/suricata/suricata-6.0.8.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-analyzer/suricata/suricata-6.0.8.ebuild b/net-analyzer/suricata/suricata-6.0.8.ebuild
index 5176b2844776..9b39a338afc0 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