From: Michael Tremer Date: Thu, 21 Aug 2025 14:44:01 +0000 (+0000) Subject: Use the Python interpreter that the configure script has detected X-Git-Tag: 0.1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89ab87564fc47cfcd1bcc04f419453b38524cf27;p=suricata-reporter.git Use the Python interpreter that the configure script has detected Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 6b8eaca..b388025 100644 --- a/Makefile.am +++ b/Makefile.am @@ -75,6 +75,7 @@ dist_sysconf_DATA = \ substitutions = \ '|PACKAGE_NAME=$(PACKAGE_NAME)|' \ + '|PYTHON=$(PYTHON)|' \ '|bindir=$(bindir)|' \ '|sysconfdir=$(sysconfdir)|' diff --git a/src/suricata-report-generator.in b/src/suricata-report-generator.in index 8dc776f..b253b40 100644 --- a/src/suricata-report-generator.in +++ b/src/suricata-report-generator.in @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#@PYTHON@ ############################################################################### # # # IPFire.org - A linux based firewall # diff --git a/src/suricata-reporter.in b/src/suricata-reporter.in index 08068d3..38a2a9d 100644 --- a/src/suricata-reporter.in +++ b/src/suricata-reporter.in @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#@PYTHON@ ############################################################################### # # # IPFire.org - A linux based firewall #