From 4be6a58616d62f8f16d0a24a4a51d52c59a9156a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 2 Jun 2015 10:47:29 +0200 Subject: [PATCH] dovecot: move to usr/bin. --- srcpkgs/dovecot/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/dovecot/template b/srcpkgs/dovecot/template index e94d99a316..ddf0cc3759 100644 --- a/srcpkgs/dovecot/template +++ b/srcpkgs/dovecot/template @@ -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 " @@ -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.