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

Jan Steffens heftig at archlinux.org
Wed Sep 24 19:45:14 UTC 2014


    Date: Wednesday, September 24, 2014 @ 21:45:14
  Author: heftig
Revision: 222948

bindir not needed anymore since 6b052c77cc

Modified:
  seahorse/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-24 19:42:04 UTC (rev 222947)
+++ PKGBUILD	2014-09-24 19:45:14 UTC (rev 222948)
@@ -24,7 +24,7 @@
 
 build() {
   cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --bindir=/usr/bin \
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
       --enable-ldap --enable-hkp \
       --disable-schemas-compile
   make




More information about the arch-commits mailing list