]> TLD Linux GIT Repositories - packages/munin.git/blob - shebang.patch
- logtool seems no longer needed (not found anywhere in sources)
[packages/munin.git] / shebang.patch
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
4 @@ -66,10 +66,10 @@
5  PERL       := $(shell which perl)
6  
7  # The python interpreter to use (used by some plugins)
8 -PYTHON     := /usr/bin/env python3
9 +PYTHON     := /usr/bin/python3
10  
11  # The ruby interpreter to use (used by some plugins)
12 -RUBY       := /usr/bin/env ruby
13 +RUBY       := /usr/bin/ruby
14  
15  # The java runtime to use (used by some plugins)
16  JAVARUN    := /usr/bin/java