Skip to content

Commit

Permalink
make extension dirs readable for webserver to find extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed May 17, 2017
1 parent 8be9fbf commit e9a24d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eventum.spec
Expand Up @@ -567,9 +567,9 @@ done
%files -f %{name}.lang
%defattr(644,root,root,755)
%attr(751,root,root) %dir %{_webappdir}
%attr(751,root,root) %dir %{_webappdir}/custom_field
%attr(751,root,root) %dir %{_webappdir}/templates
%attr(751,root,root) %dir %{_webappdir}/workflow
%attr(751,root,http) %dir %{_webappdir}/custom_field
%attr(751,root,http) %dir %{_webappdir}/templates
%attr(751,root,http) %dir %{_webappdir}/workflow
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/apache.conf
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/httpd.conf
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webappdir}/lighttpd.conf
Expand Down

0 comments on commit e9a24d5

Please sign in to comment.