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

Thore Bödecker foxxx0 at archlinux.org
Mon Jun 5 15:48:35 UTC 2017


    Date: Monday, June 5, 2017 @ 15:48:34
  Author: foxxx0
Revision: 234270

fix typo

Modified:
  amavisd-new/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-05 15:48:07 UTC (rev 234269)
+++ PKGBUILD	2017-06-05 15:48:34 UTC (rev 234270)
@@ -3,7 +3,7 @@
 
 pkgname=amavisd-new
 pkgver=2.11.0
-pkgrel=3
+pkgrel=4
 pkgdesc="High-performance interface between mailer (MTA) and content checkers"
 arch=('any')
 url="https://www.ijs.si/software/amavisd/"
@@ -67,7 +67,7 @@
     install -D -m644 LDAP.schema                 "${pkgdir}/etc/openldap/schema/amavisd-new.schema"
     install -D -m750 -o 333 -g 333 -d            "${pkgdir}/var/spool/amavis/"
     install -D -m750 -o 333 -g 333 -d            "${pkgdir}/var/spool/amavis/db"
-    install -D -m750 -o 333 -g 333 -d            "${pkgdir}/var/spool/amavis/tmp}"
+    install -D -m750 -o 333 -g 333 -d            "${pkgdir}/var/spool/amavis/tmp"
     install -D -m750 -o 333 -g 333 -d            "${pkgdir}/var/spool/amavis/var"
     install -D -m750 -o 333 -g 333 -d            "${pkgdir}/var/spool/amavis/virus"
 



More information about the arch-commits mailing list