[arch-commits] Commit in dokuwiki/trunk (PKGBUILD)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Thu May 8 13:15:14 UTC 2014
Date: Thursday, May 8, 2014 @ 15:15:14
Author: spupykin
Revision: 110835
upgpkg: dokuwiki 20140505-2
upd
Modified:
dokuwiki/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-05-08 13:00:04 UTC (rev 110834)
+++ PKGBUILD 2014-05-08 13:15:14 UTC (rev 110835)
@@ -5,7 +5,7 @@
pkgname=dokuwiki
pkgver=20140505
_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6:2}
-pkgrel=1
+pkgrel=2
pkgdesc='Simple to use and highly versatile Open Source wiki software'
arch=('any')
url='https://www.dokuwiki.org/'
@@ -57,6 +57,10 @@
# apache config
install -Dm0644 "$srcdir"/apache.example.conf etc/httpd/conf/extra/dokuwiki.conf
+
+ # php.ini
+ install -dm0755 $pkgdir/etc/php/conf.d/
+ echo 'open_basedir = ${open_basedir}:/etc/webapps/dokuwiki/:/var/lib/dokuwiki/' >$pkgdir/etc/php/conf.d/dokuwiki.ini
}
# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list