dovecot: fixed usr/sbin link. (contd)
This commit is contained in:
parent
21aff82f01
commit
d2a82dfe87
2 changed files with 2 additions and 2 deletions
|
@ -4,6 +4,6 @@ post)
|
|||
exit 0
|
||||
fi
|
||||
echo "Creating self-signed certificate..."
|
||||
usr/sbin/dovecot-mkcert.sh
|
||||
usr/bin/dovecot-mkcert.sh
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'dovecot'
|
||||
pkgname=dovecot
|
||||
version=2.2.18
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin
|
||||
--disable-static --with-nss --with-pam --with-mysql --with-pgsql
|
||||
|
|
Loading…
Reference in a new issue