[arch-commits] Commit in postfixadmin/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Fri Apr 12 13:30:52 UTC 2019


    Date: Friday, April 12, 2019 @ 13:30:51
  Author: dvzrv
Revision: 451271

upgpkg: postfixadmin 3.2.2-3

Including missing header.php for templates (FS#62309).

Modified:
  postfixadmin/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-12 13:18:16 UTC (rev 451270)
+++ PKGBUILD	2019-04-12 13:30:51 UTC (rev 451271)
@@ -3,7 +3,7 @@
 # Contributor: Filip <fila pruda.com>
 pkgname=postfixadmin
 pkgver=3.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Web based interface to manage Postfix mailboxes, virtual domains and aliases"
 arch=('any')
 license=('GPL2')
@@ -108,7 +108,7 @@
     -t "${pkgdir}/usr/share/webapps/${pkgname}/scripts"
   install -vDm 644 scripts/snippets/*.php \
     -t "${pkgdir}/usr/share/webapps/${pkgname}/scripts/snippets"
-  install -vDm 644 templates/*.tpl \
+  install -vDm 644 templates/*.{php,tpl} \
     -t "${pkgdir}/usr/share/webapps/${pkgname}/templates"
   install -vDm 644 tests/*.php \
     -t "${pkgdir}/usr/share/webapps/${pkgname}/tests"



More information about the arch-commits mailing list