From 0a304de32d5796606726cb278e48897ccea5642e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 10 Jul 2012 09:20:28 +0200 Subject: [PATCH] dovecot: switch to /usr. --- srcpkgs/dovecot/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/dovecot/template b/srcpkgs/dovecot/template index 64af6ef36b..d7cde5c15c 100644 --- a/srcpkgs/dovecot/template +++ b/srcpkgs/dovecot/template @@ -1,13 +1,13 @@ # Template file for 'dovecot' pkgname=dovecot version=2.1.8 -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-libcap ---with-solr --with-docs --with-systemdsystemunitdir=/lib/systemd/system" +--with-solr --with-docs --with-systemdsystemunitdir=/usr/lib/systemd/system" depends="openssl>=0" makedepends="openssl-devel mit-krb5-devel libmysqlclient-devel postgresql-libs-devel sqlite-devel libldap-devel libcap-devel pam-devel libcurl-devel expat-devel"