summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2022-11-01 00:27:56 +0000
committerMarek Szuba <marecki@gentoo.org>2022-11-01 00:36:30 +0000
commitccd5c182f09cb41b255b1c1ba6c2226e6158de5e (patch)
tree65e28c70b3c36617b8dce362d63d1670721269c9 /net-analyzer
parentapp-text/tree: New Changelog (diff)
downloadgentoo-ccd5c182f09cb41b255b1c1ba6c2226e6158de5e.tar.gz
gentoo-ccd5c182f09cb41b255b1c1ba6c2226e6158de5e.tar.bz2
gentoo-ccd5c182f09cb41b255b1c1ba6c2226e6158de5e.zip
net-analyzer/suricata: fix shebangs in installed Python scripts
Closes: https://bugs.gentoo.org/878855 Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'net-analyzer')
-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