Changes of Revision 14
[-] | Changed | nginx.spec |
x 1
2 Source102: nginx-logo.png 3 Source103: 50x.html 4 Source104: 404.html 5 -Source105: magento-sample.conf-disabled 6 7 # removes -Werror in upstream build scripts. -Werror conflicts with 8 # -D_FORTIFY_SOURCE=2 causing warnings to turn into errors. 9
10 %{__install} -p -D -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name} 11 %{__install} -p -D -m 0644 %{SOURCE7} %{buildroot}%{_sysconfdir}/sysconfig/%{name} 12 %{__install} -p -d -m 0755 %{buildroot}%{nginx_confdir}/conf.d 13 -%{__install} -p -m 0644 %{SOURCE3} %{SOURCE4} %{SOURCE6} %{SOURCE105} %{buildroot}%{nginx_confdir}/conf.d 14 +%{__install} -p -m 0644 %{SOURCE3} %{SOURCE4} %{SOURCE6} %{buildroot}%{nginx_confdir}/conf.d 15 %{__install} -p -d -m 0755 %{buildroot}%{nginx_home_tmp} 16 %{__install} -p -d -m 0755 %{buildroot}%{nginx_logdir} 17 %{__install} -p -d -m 0755 %{buildroot}%{nginx_webroot} 18 |