From 82045e68dec4864bbbee2257d52d412d5c76ca2d Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Fri, 1 May 2015 12:10:17 +0200 Subject: [PATCH] RPM specfile: correct copy-paste error --- contrib/redhat/collectd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/redhat/collectd.spec b/contrib/redhat/collectd.spec index ce715ea1..700422a8 100644 --- a/contrib/redhat/collectd.spec +++ b/contrib/redhat/collectd.spec @@ -1666,7 +1666,7 @@ fi %if %{with_thermal} %{_libdir}/%{name}/thermal.so %endif -%if %{with_load} +%if %{with_threshold} %{_libdir}/%{name}/threshold.so %endif %if %{with_unixsock} -- 2.11.0