diff options
Diffstat (limited to 'user/postfix/APKBUILD')
-rw-r--r-- | user/postfix/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/postfix/APKBUILD b/user/postfix/APKBUILD index 5269c55bd..a0c2d1533 100644 --- a/user/postfix/APKBUILD +++ b/user/postfix/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Dan Theisen <djt@hxx.in> pkgname=postfix pkgver=3.3.2 -pkgrel=1 +pkgrel=2 pkgdesc="Mail server (MTA) that is Sendmail outside and Qmail inside" url="http://www.postfix.org/" arch="all" @@ -52,7 +52,7 @@ package() { !var/spool/postfix EOF - chown -R root:postfix \ + chown -R postfix:postfix \ "$pkgdir"/var/lib/postfix chown -R postfix:postfix \ "$pkgdir"/var/spool/postfix |