diff options
author | Giorgio Peron <giorgio.peron@gmail.com> | 2016-07-27 22:23:01 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-30 08:28:31 +0700 |
commit | 1c77e284c5a98d403179c73402ea0278cfcba85e (patch) | |
tree | 21fc034e1c73c4cd9e21beedd43ddc7fc09fd785 /network/dokuwiki/doinst.sh | |
parent | 05282f3bc7e0b22a7ad0ee5878083ec3c483dae7 (diff) | |
download | slackbuilds-1c77e284c5a98d403179c73402ea0278cfcba85e.tar.gz |
network/dokuwiki: Updated for version 20160626a.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/dokuwiki/doinst.sh')
-rw-r--r-- | network/dokuwiki/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/dokuwiki/doinst.sh b/network/dokuwiki/doinst.sh index 698828834d..14d06020bc 100644 --- a/network/dokuwiki/doinst.sh +++ b/network/dokuwiki/doinst.sh @@ -1,4 +1,4 @@ -sed -i "s:#Include /etc/httpd/mod_php.conf:Include /etc/httpd/mod_php.conf:g" etc/httpd/httpd.conf +sed -i "s:#Include /etc/httpd/mod_php.conf:Include /etc/httpd/mod_php.conf:g" etc/httpd/httpd.conf grep -q -e 'Dokuwiki' etc/httpd/httpd.conf || cat >> etc/httpd/httpd.conf <<'EOF' # Dokuwiki Include /etc/httpd/extra/httpd-dokuwiki.conf |