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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Oct 4 21:29:08 UTC 2009


    Date: Sunday, October 4, 2009 @ 17:29:08
  Author: andyrtr
Revision: 53988

upgpkg: xfconf 4.6.1-2
    fix libexecdir path, closes #15689

Modified:
  xfconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-04 21:15:30 UTC (rev 53987)
+++ PKGBUILD	2009-10-04 21:29:08 UTC (rev 53988)
@@ -3,7 +3,7 @@
 
 pkgname=xfconf
 pkgver=4.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="xfconf.. thingie"
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -19,7 +19,7 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
     --localstatedir=/var --disable-static
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1




More information about the arch-commits mailing list