collectd: point Python to /usr/bin/python3

It doesn't really matter, just feel more correct to me.
This commit is contained in:
Đoàn Trần Công Danh 2022-09-21 23:57:05 +07:00
parent 3f19f3a63d
commit c93265b914
1 changed files with 1 additions and 1 deletions

View File

@ -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"