Changes of Revision 10
[-] | Changed | nginx.spec |
1
2 find %{buildroot} -type f -exec chmod 0644 {} \; 3 find %{buildroot} -type f -name '*.so' -exec chmod 0755 {} \; 4 chmod 0755 %{buildroot}%{_sbindir}/nginx 5 -mv nginx-munin %{buildroot}%{nginx_confdir}/extras 6 %{__install} -p -D -m 0755 %{SOURCE1} %{buildroot}%{_initrddir}/%{name} 7 %{__install} -p -D -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name} 8 %{__install} -p -D -m 0644 %{SOURCE7} %{buildroot}%{_sysconfdir}/sysconfig/%{name} 9 |