commit: ccd5c182f09cb41b255b1c1ba6c2226e6158de5e Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Tue Nov 1 00:27:56 2022 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Tue Nov 1 00:36:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccd5c182
net-analyzer/suricata: fix shebangs in installed Python scripts Closes: https://bugs.gentoo.org/878855 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> 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 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
