|
|
@@ -45,7 +45,7 @@ Class: PLUS
|
|
|
Group: Web
|
|
|
License: MIT-style
|
|
|
Version: %{V_nginx}
|
|
|
-Release: 20160204
|
|
|
+Release: 20160205
|
|
|
|
|
|
# package options
|
|
|
%option with_ajp no
|
|
|
@@ -293,7 +293,8 @@ PreReq: lua51
|
|
|
# install default configuration
|
|
|
rm -f $RPM_BUILD_ROOT%{l_prefix}/etc/nginx/*
|
|
|
%{l_shtool} mkdir -f -p -m 755 \
|
|
|
- $RPM_BUILD_ROOT%{l_prefix}/etc/nginx
|
|
|
+ $RPM_BUILD_ROOT%{l_prefix}/etc/nginx \
|
|
|
+ $RPM_BUILD_ROOT%{l_prefix}/etc/nginx/nginx.d
|
|
|
%{l_shtool} install -c -m 644 %{l_value -s -a} \
|
|
|
%{SOURCE nginx.conf} $RPM_BUILD_ROOT%{l_prefix}/etc/nginx/
|
|
|
%{l_shtool} install -c -m 644 \
|