Changes of Revision 15
[-] | Changed | icinga-mod_gearman.spec |
1
2 %__install -d %{buildroot}/var/log/mod_gearman_worker 3 %__install -d %{buildroot}/var/run/mod_gearman 4 %__install -d %{buildroot}%{_prefix}/lib/%{monitor}/plugins 5 -mv %{buildroot}%{_sbindir}/check_gearman %{buildroot}%{_sbindir}/send_gearman %{buildroot}%{_sbindir}/send_multi %{buildroot}%{_prefix}/lib/%{monitor}/plugins/ 6 +mv %{buildroot}%{_bindir}/check_gearman %{buildroot}%{_bindir}/send_gearman %{buildroot}%{_bindir}/send_multi %{buildroot}%{_prefix}/lib/%{monitor}/plugins/ 7 8 %clean 9 rm -rf %{buildroot} 10 |