1
0
mirror of https://github.com/opinkerfi/nagios-plugins.git synced 2024-10-03 19:03:47 +02:00
This commit is contained in:
Tómas Edwardsson 2010-11-26 00:40:08 +00:00
parent 112311ba45
commit 75ddc75536

View File

@ -18,7 +18,8 @@ Nagios plugin to test for Yum updates on RedHat/CentOS Linux.
%prep
%setup -q
perl -pi -e "s|/usr/lib|%{_libdir}|g" nrpe.d/check_yum.cfg
perl -pi -e "s|/usr/lib/|%{_libdir}/|g" nrpe.d/check_yum.cfg
perl -pi -e "s|/usr/lib64/|%{_libdir}/|g" nrpe.d/check_yum.cfg
%build