Date: Monday, February 28, 2011 @ 05:12:24 Author: ibiru Revision: 111669
upgpkg: accountsservice 0.6.4-2 fix config location Modified: accountsservice/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-02-28 04:30:46 UTC (rev 111668) +++ PKGBUILD 2011-02-28 10:12:24 UTC (rev 111669) @@ -1,8 +1,8 @@ -# $id$ +# $Id$ # Maintainer: Ionut Biru <[email protected]> pkgname=accountsservice pkgver=0.6.4 -pkgrel=1 +pkgrel=2 pkgdesc="D-Bus interface for user account query and manipulation" arch=(i686 x86_64) url="http://cgit.freedesktop.org/accountsservice/" @@ -16,7 +16,8 @@ build() { cd "$srcdir/$pkgname-$pkgver" ./autogen.sh - ./configure --prefix=/usr --libexecdir=/usr/lib/accountsservice \ + ./configure --prefix=/usr --sysconfdir=/etc \ + --libexecdir=/usr/lib/accountsservice \ --localstatedir=/var --disable-static make }
