collectd: point Python to /usr/bin/python3
It doesn't really matter, just feel more correct to me.
This commit is contained in:
parent
3f19f3a63d
commit
c93265b914
|
@ -6,7 +6,7 @@ build_style=gnu-configure
|
|||
configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
|
||||
$(vopt_enable notify notify_desktop) --with-libiptc --enable-virt
|
||||
--sysconfdir=/etc --disable-static --with-fp-layout=nothing
|
||||
--with-python=/bin/python3 --disable-werror
|
||||
--with-python=/usr/bin/python3 --disable-werror
|
||||
$(vopt_with prometheus "libmicrohttpd protobuf-c")
|
||||
$(vopt_enable prometheus write_prometheus)"
|
||||
conf_files="/etc/collectd.conf"
|
||||
|
|
Loading…
Reference in New Issue