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

Jan de Groot jgc at archlinux.org
Sun Jun 22 20:16:47 UTC 2008


    Date: Sunday, June 22, 2008 @ 16:16:46
  Author: jgc
Revision: 3470

upgpkg: evolution-exchange 2.22.2-2
    Fix libexecdir

Modified:
  evolution-exchange/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-06-22 20:08:49 UTC (rev 3469)
+++ PKGBUILD	2008-06-22 20:16:46 UTC (rev 3470)
@@ -3,7 +3,7 @@
 
 pkgname=evolution-exchange
 pkgver=2.22.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Ximian Connector Exchange plugin for Evolution"
 arch=(i686 x86_64)
 license=('GPL')
@@ -23,8 +23,8 @@
   sed -e 's|DB_CFLAGS="-I$withval/include"|DB_CFLAGS="-I$withval/include/db4.1"|' \
       -e 's|DB_LIBS="-L$withval/lib -ldb"|DB_LIBS="-L$withval/lib -ldb-4.1"|' \
       -i configure
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  	--libexecdir=/var --disable-static --with-libdb=/usr  || return 1
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  	--libexecdir=/usr/lib/evolution --disable-static --with-libdb=/usr  || return 1
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
 





More information about the arch-commits mailing list