]> git.pld-linux.org Git - packages/eventum.git/commitdiff
make extension dirs readable for webserver to find extensions
authorElan Ruusamäe <glen@delfi.ee>
Wed, 17 May 2017 17:27:09 +0000 (20:27 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 17 May 2017 17:27:20 +0000 (20:27 +0300)
eventum.spec

index af526de1d7d0dd06f7976400527f1e952cb5e3b9..f258588e07d882c887ce9a834de1af5a4fbc2880 100644 (file)
@@ -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
This page took 0.041269 seconds and 4 git commands to generate.