Skip to content

Commit

Permalink
Make example scripts in documentation executable (RHEL).
Browse files Browse the repository at this point in the history
  • Loading branch information
waptaff committed Apr 11, 2016
1 parent 57fc208 commit 7432145
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packaging/rhel/sogo.spec
Expand Up @@ -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
Expand Down

0 comments on commit 7432145

Please sign in to comment.