Date: Friday, August 8, 2014 @ 07:13:32
Author: svenstaro
Revision: 117023
upgpkg: postfixadmin 2.91-2
Fix permissions
Modified:
postfixadmin/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-08-08 04:34:43 UTC (rev 117022)
+++ PKGBUILD 2014-08-08 05:13:32 UTC (rev 117023)
@@ -2,7 +2,7 @@
# Contributor: Filip <fila pruda.com>
pkgname=postfixadmin
pkgver=2.91
-pkgrel=1
+pkgrel=2
pkgdesc="A web based interface used to manage mailboxes, virtual domains and
aliases created for Postfix"
arch=('any')
license=('GPL')
@@ -32,6 +32,9 @@
ln -s /etc/webapps/postfixadmin/config.inc.php ${_destdir}/config.inc.php
echo "#deny from all" >${_destdir_etc}/.htaccess
ln -s /etc/webapps/postfixadmin/.htaccess ${_destdir}/.htaccess
+
+ # template cache needs to be writeable
+ chown http:http ${_destdir}/templates_c
# docs
mv ${_destdir}/{*.TXT,tests,ADDITIONS,DOCUMENTS,VIRTUAL_VACATION}
${_destdir_doc}