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