1 diff -u munin-2.0.75.orig/Makefile.config munin-2.0.75/Makefile.config
2 --- munin-2.0.75.orig/Makefile.config 2023-10-25 10:03:45.000000000 +0200
3 +++ munin-2.0.75/Makefile.config 2024-01-11 01:01:31.148011121 +0100
5 PERL := $(shell which perl)
7 # The python interpreter to use (used by some plugins)
8 -PYTHON := /usr/bin/env python3
9 +PYTHON := /usr/bin/python3
11 # The ruby interpreter to use (used by some plugins)
12 -RUBY := /usr/bin/env ruby
13 +RUBY := /usr/bin/ruby
15 # The java runtime to use (used by some plugins)
16 JAVARUN := /usr/bin/java