mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
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
|
exit 0
|
||||||
fi
|
fi
|
||||||
echo "Creating self-signed certificate..."
|
echo "Creating self-signed certificate..."
|
||||||
usr/sbin/dovecot-mkcert.sh
|
usr/bin/dovecot-mkcert.sh
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dovecot'
|
# Template file for 'dovecot'
|
||||||
pkgname=dovecot
|
pkgname=dovecot
|
||||||
version=2.2.18
|
version=2.2.18
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin
|
configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin
|
||||||
--disable-static --with-nss --with-pam --with-mysql --with-pgsql
|
--disable-static --with-nss --with-pam --with-mysql --with-pgsql
|
||||||
|
|
Loading…
Add table
Reference in a new issue