summaryrefslogtreecommitdiff
path: root/courier-mta
diff options
context:
space:
mode:
Diffstat (limited to 'courier-mta')
-rw-r--r--courier-mta/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/courier-mta/PKGBUILD b/courier-mta/PKGBUILD
index ab73db17..b11080bb 100644
--- a/courier-mta/PKGBUILD
+++ b/courier-mta/PKGBUILD
@@ -12,7 +12,7 @@
pkgname=courier-mta
pkgver=1.0.5
-pkgrel=1
+pkgrel=2
pkgdesc="IMAP(s)/POP3(s) and SMTP Server with ML-manager, webmail and webconfig"
arch=(i686 x86_64)
license=('GPL2')
@@ -124,6 +124,8 @@ package() {
chown courier:courier "${pkgdir}/etc/courier/webadmin/password"
chmod 400 "${pkgdir}/etc/courier/webadmin/password"
+ install -m 644 "/dev/null" "${pkgdir}/etc/courier/shared/index"
+
# install the imapd binary as /usr/lib/courier/courierimapd and modify usr/share scripts.
# courier-mta by default installs usr/bin/imapd as the binary, usr/share/imapd as script file and usr/sbin/imapd as link to /usr/share/imapd
# hence the binary gets overwritten by the link because Arch bin and sbin are same location