summaryrefslogtreecommitdiff
path: root/user/postfix/APKBUILD
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2019-07-21 19:44:28 -0400
committerMax Rees <maxcrees@me.com>2019-07-21 19:44:28 -0400
commitdb4d737a2d883f7d3ff122fa3116afecb9942770 (patch)
treea829de67577a3c8dac8386d902d25de634117e1a /user/postfix/APKBUILD
parent94731625b42d0dfc0fd5111482938584b40c7478 (diff)
downloadpackages-db4d737a2d883f7d3ff122fa3116afecb9942770.tar.gz
packages-db4d737a2d883f7d3ff122fa3116afecb9942770.tar.bz2
packages-db4d737a2d883f7d3ff122fa3116afecb9942770.tar.xz
packages-db4d737a2d883f7d3ff122fa3116afecb9942770.zip
user/*: APKBUILD bashism removal, part one (a-p)
Diffstat (limited to 'user/postfix/APKBUILD')
-rw-r--r--user/postfix/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/user/postfix/APKBUILD b/user/postfix/APKBUILD
index 312916128..695f108cb 100644
--- a/user/postfix/APKBUILD
+++ b/user/postfix/APKBUILD
@@ -56,7 +56,8 @@ package() {
"$pkgdir"/var/lib/postfix
chown -R postfix:postfix \
"$pkgdir"/var/spool/postfix
- chgrp postdrop "$pkgdir"/var/spool/postfix/{public,maildrop}
+ chgrp postdrop "$pkgdir"/var/spool/postfix/public \
+ "$pkgdir"/var/spool/postfix/maildrop
chmod 0750 "$pkgdir"/var/lib/postfix
chgrp postdrop "$pkgdir"/usr/sbin/postdrop "$pkgdir"/usr/sbin/postqueue
chmod 2755 "$pkgdir"/usr/sbin/postdrop "$pkgdir"/usr/sbin/postqueue