mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2024-11-05 01:53:44 +01:00
This commit is contained in:
parent
112311ba45
commit
75ddc75536
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user