[arch-commits] Commit in dbmail/trunk (PKGBUILD)

Sergej Pupykin spupykin at nymeria.archlinux.org
Thu Jul 25 10:09:13 UTC 2013


    Date: Thursday, July 25, 2013 @ 12:09:13
  Author: spupykin
Revision: 94443

upgpkg: dbmail 3.1.0-2

upd

Modified:
  dbmail/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-25 10:09:07 UTC (rev 94442)
+++ PKGBUILD	2013-07-25 10:09:13 UTC (rev 94443)
@@ -4,7 +4,7 @@
 
 pkgname=dbmail
 pkgver=3.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast and scalable sql based mail services"
 arch=('i686' 'x86_64')
 depends=('gmime24' 'libzdb' 'mhash' 'libevent')
@@ -44,7 +44,8 @@
 
 build() {
   cd $srcdir/dbmail-${pkgver/_/-}/
-  [ -f Makefile ] || ./configure --prefix=/usr --sbindir=/usr/bin \
+  [ -f Makefile ] || ./configure \
+    --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc \
     --with-ldap --with-sieve
   make
 }




More information about the arch-commits mailing list