mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2024-11-22 02:13:44 +01:00
Fixed nrpe with invalid libdir
This commit is contained in:
parent
98d7723d9f
commit
5bbcf099c0
@ -24,6 +24,7 @@ A Nagios plugin to check for updates using yum via NRPE
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
perl -pi -e "s|/usr/lib|%{_libdir}|g" sudoers.d/check_yum
|
perl -pi -e "s|/usr/lib|%{_libdir}|g" sudoers.d/check_yum
|
||||||
|
perl -pi -e "s|/usr/lib|%{_libdir}|g" nrpe.d/check_yum.cfg
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
Loading…
Reference in New Issue
Block a user