1
0
mirror of https://github.com/opinkerfi/nagios-plugins.git synced 2024-11-05 01:53:44 +01:00

Invalid directory fixed

This commit is contained in:
Tomas Edwardsson 2014-01-20 10:14:52 +00:00
parent 971afc97f7
commit b10d555e52

View File

@ -24,7 +24,7 @@ Common utilities for okplugins
%install %install
rm -rf %{buildroot} rm -rf %{buildroot}
mkdir -m 0770 -p %{buildroot}%{_sharedstatedir}/%{name} mkdir -m 0770 -p %{buildroot}%{_sharedstatedir}/nagios-okplugin
%clean %clean
rm -rf %{buildroot} rm -rf %{buildroot}
@ -33,7 +33,7 @@ rm -rf %{buildroot}
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%dir %attr(0770, nrpe, nrpe) %{_sharedstatedir}/%{name} %dir %attr(0770, nrpe, nrpe) %{_sharedstatedir}/nagios-okplugin
%changelog %changelog
* Mon Jan 20 2014 Tomas Edwardsson <tommi@tommi.org> 1.2-1 * Mon Jan 20 2014 Tomas Edwardsson <tommi@tommi.org> 1.2-1