1
0
mirror of https://github.com/opinkerfi/nagios-plugins.git synced 2026-02-05 22:55:17 +01:00

Fix broken libdir on 64-bit platforms

Closes okconfig issue number 18
This commit is contained in:
Pall Sigurdsson
2012-09-30 13:04:06 +00:00
parent f0a0ce515b
commit c0ce018356

View File

@@ -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