summaryrefslogtreecommitdiffstats
path: root/main/dovecot
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-07-01 09:18:20 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-07-01 09:18:20 +0000
commitd75e9a94532f034e3272486002a2ff01713f4bc2 (patch)
tree05d04ab3a67fcea6464a2e7aad395c6afc8e6692 /main/dovecot
parentc90d42990d2db190884cec32ca3f58dcd680af3f (diff)
downloadaports-d75e9a94532f034e3272486002a2ff01713f4bc2.tar.bz2
aports-d75e9a94532f034e3272486002a2ff01713f4bc2.tar.xz
main/dovecot: fix typo in post-install
Diffstat (limited to 'main/dovecot')
-rw-r--r--main/dovecot/APKBUILD2
-rw-r--r--main/dovecot/dovecot.post-install2
2 files changed, 2 insertions, 2 deletions
diff --git a/main/dovecot/APKBUILD b/main/dovecot/APKBUILD
index c64fa33a7..8d7de8c4c 100644
--- a/main/dovecot/APKBUILD
+++ b/main/dovecot/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=dovecot
pkgver=1.2.12
-pkgrel=1
+pkgrel=2
pkgdesc="IMAP and POP3 server"
url="http://www.dovecot.org/"
license="LGPL-2.1"
diff --git a/main/dovecot/dovecot.post-install b/main/dovecot/dovecot.post-install
index e57deb48b..ed3ebf124 100644
--- a/main/dovecot/dovecot.post-install
+++ b/main/dovecot/dovecot.post-install
@@ -21,7 +21,7 @@ if [ -r "$dovecot_conf" ]; then
fi
CERTFILE=${ssl_cert_file:-$CERTDIR/server.pem}
-KEYFILE=${ssl_key_file:-KEYDIR/server.key}
+KEYFILE=${ssl_key_file:-$KEYDIR/server.key}
if [ -e "$CERTFILE" ]; then
echo "Keeiping existing $CERTFILE"