Fixed nrpe with invalid libdir

This commit is contained in:
Tomas Edwardsson 2013-05-27 16:42:13 +00:00
parent 98d7723d9f
commit 5bbcf099c0
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ A Nagios plugin to check for updates using yum via NRPE
%build
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
rm -rf %{buildroot}