Date: Saturday, April 15, 2017 @ 04:38:08 Author: bisson Revision: 292921
fix FS#53671 Modified: postfix/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-14 11:20:05 UTC (rev 292920) +++ PKGBUILD 2017-04-15 04:38:08 UTC (rev 292921) @@ -5,7 +5,7 @@ pkgname=postfix pkgver=3.2.0 -pkgrel=2 +pkgrel=3 url='http://www.postfix.org/' pkgdesc='Fast, easy to administer, secure mail server' license=('custom') @@ -96,6 +96,6 @@ mail_owner=73 \ set-permissions - patch -p0 -i "${srcdir}"/aliases.patch + patch --no-backup-if-mismatch -p0 -i "${srcdir}"/aliases.patch sed 's/^\(\$manpage[^:]*\):/\1.gz:/' -i "etc/postfix/postfix-files" }
