Commit c478419a authored by Michal Čihař's avatar Michal Čihař

Merge remote-tracking branch 'origin/master'

parents 8470a903 311df73b
...@@ -83,6 +83,8 @@ install -m 644 examples/apache.conf %{buildroot}/%{_sysconfdir}/apache2/vhosts.d ...@@ -83,6 +83,8 @@ install -m 644 examples/apache.conf %{buildroot}/%{_sysconfdir}/apache2/vhosts.d
# Whoosh index dir # Whoosh index dir
install -d %{buildroot}/%{WLDATADIR} install -d %{buildroot}/%{WLDATADIR}
install -d %{buildroot}/%{WLDATADIR}/whoosh-index
install -d %{buildroot}/%{WLDATADIR}/repos
%clean %clean
rm -rf %{buildroot} rm -rf %{buildroot}
...@@ -95,5 +97,7 @@ rm -rf %{buildroot} ...@@ -95,5 +97,7 @@ rm -rf %{buildroot}
%config(noreplace) /%{_sysconfdir}/apache2 %config(noreplace) /%{_sysconfdir}/apache2
%{WLDIR} %{WLDIR}
%attr(0755,wwwrun,www) %{WLDATADIR} %attr(0755,wwwrun,www) %{WLDATADIR}
%attr(0755,wwwrun,www) %{WLDATADIR}/whoosh-index
%attr(0755,wwwrun,www) %{WLDATADIR}/repos
%changelog %changelog
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment