Changes of Revision 8
[-] | Changed | nginx.spec |
x 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 +mkdir %{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 %{__install} -p -d -m 0755 %{buildroot}%{nginx_confdir}/conf.d 10 -%{__install} -p -d -m 0755 %{SOURCE13} %{buildroot}%{nginx_confdir} 11 +%{__install} -p -d -m 0755 nginx-munin/* %{buildroot}%{nginx_confdir}/extras 12 %{__install} -p -m 0644 %{SOURCE3} %{SOURCE4} %{SOURCE6} %{buildroot}%{nginx_confdir}/conf.d 13 %{__install} -p -d -m 0755 %{buildroot}%{nginx_home_tmp} 14 %{__install} -p -d -m 0755 %{buildroot}%{nginx_logdir} 15 |