mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-24 11:24:17 +00:00
Make example scripts in documentation executable (RHEL).
Addresses bug #3053 at http://sogo.nu/bugs/view.php?id=3053
This commit is contained in:
@@ -394,6 +394,9 @@ fi
|
||||
%post
|
||||
# update timestamp on imgs,css,js to let apache know the files changed
|
||||
find %{_libdir}/GNUstep/SOGo/WebServerResources -exec touch {} \;
|
||||
# make shells scripts in documentation directory executable
|
||||
find %{_docdir}/ -name '*.sh' -exec chmod a+x {} \;
|
||||
|
||||
%if 0%{?_with_systemd}
|
||||
systemctl daemon-reload
|
||||
systemctl enable sogod
|
||||
|
||||
Reference in New Issue
Block a user