X-Git-Url: https://git.tld-linux.org/?p=packages%2Fmunin.git;a=blobdiff_plain;f=shebang.patch;fp=shebang.patch;h=86707abb8db123bb03ba55ba8f3cabaa85ec1be8;hp=0000000000000000000000000000000000000000;hb=76a523ed58c1970356da356d7e0fc5041a4c96aa;hpb=3dcdcd8f36686c9dfebd2d8d6c5a20cb0160a64a diff --git a/shebang.patch b/shebang.patch new file mode 100644 index 0000000..86707ab --- /dev/null +++ b/shebang.patch @@ -0,0 +1,16 @@ +diff -u munin-2.0.75.orig/Makefile.config munin-2.0.75/Makefile.config +--- munin-2.0.75.orig/Makefile.config 2023-10-25 10:03:45.000000000 +0200 ++++ munin-2.0.75/Makefile.config 2024-01-11 01:01:31.148011121 +0100 +@@ -66,10 +66,10 @@ + PERL := $(shell which perl) + + # The python interpreter to use (used by some plugins) +-PYTHON := /usr/bin/env python3 ++PYTHON := /usr/bin/python3 + + # The ruby interpreter to use (used by some plugins) +-RUBY := /usr/bin/env ruby ++RUBY := /usr/bin/ruby + + # The java runtime to use (used by some plugins) + JAVARUN := /usr/bin/java