dovecot: move to usr/bin.
This commit is contained in:
parent
280a776285
commit
4be6a58616
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'dovecot'
|
||||
pkgname=dovecot
|
||||
version=2.2.18
|
||||
revision=1
|
||||
revision=2
|
||||
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
|
||||
--with-sqlite --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl
|
||||
--with-gssapi --with-ldap=plugin --with-zlib --with-bzlib --with-lzma
|
||||
--with-lz4 --with-libcap --with-solr --with-docs
|
||||
--with-lz4 --with-libcap --with-solr --with-docs --sbindir=/usr/bin
|
||||
$(vopt_if systemd --with-systemdsystemunitdir=/usr/lib/systemd/system)"
|
||||
short_desc="IMAP and POP3 server written with security primarily in mind"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
@ -87,7 +87,7 @@ post_install() {
|
|||
${DESTDIR}/etc/dovecot/conf.d
|
||||
install -m644 ${DESTDIR}/${econfdir}/dovecot.conf ${DESTDIR}/etc/dovecot
|
||||
vinstall doc/dovecot-openssl.cnf 644 etc/ssl
|
||||
vinstall doc/mkcert.sh 755 usr/sbin dovecot-mkcert.sh
|
||||
vinstall doc/mkcert.sh 755 usr/bin dovecot-mkcert.sh
|
||||
rm ${DESTDIR}/etc/dovecot/README
|
||||
|
||||
# Remove development stuff.
|
||||
|
|
Loading…
Reference in New Issue