]> git.ipfire.org Git - suricata-reporter.git/commitdiff
Use the Python interpreter that the configure script has detected
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 21 Aug 2025 14:44:01 +0000 (14:44 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 21 Aug 2025 14:44:01 +0000 (14:44 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/suricata-report-generator.in
src/suricata-reporter.in

index 6b8eaca08048c473e78fcec5259406974c9ac01a..b3880257b314dfc344053386a1244a811bf3c1e3 100644 (file)
@@ -75,6 +75,7 @@ dist_sysconf_DATA = \
 
 substitutions = \
        '|PACKAGE_NAME=$(PACKAGE_NAME)|' \
+       '|PYTHON=$(PYTHON)|' \
        '|bindir=$(bindir)|' \
        '|sysconfdir=$(sysconfdir)|'
 
index 8dc776f8e21e83ec3bb2f336a6bc151728d62002..b253b40f5a2afd7a1344328347df68e2eb9b71b8 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#@PYTHON@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
index 08068d3dd612d6b362de06c88e442cc745cf8ada..38a2a9da5f63f90e4913aff24f43542f9552b46b 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#@PYTHON@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #