mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2024-11-05 01:53:44 +01:00
Fix broken libdir on 64-bit platforms
Closes okconfig issue number 18
This commit is contained in:
parent
f0a0ce515b
commit
c0ce018356
@ -21,7 +21,7 @@ Packager: Pall Sigurdsson <palli@opensource.is>
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
perl -pi -e "s|/usr/lib|%{_libdir}|g" nrpe.d/%{plugin_name}.cfg
|
||||
perl -pi -e "s|/usr/lib64|%{_libdir}|g" nrpe.d/%{plugin_name}.cfg
|
||||
|
||||
%build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user