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

Ionut Biru ibiru at archlinux.org
Fri Feb 26 16:20:21 UTC 2010


    Date: Friday, February 26, 2010 @ 11:20:21
  Author: ibiru
Revision: 70383

set up bash-completion directory

Modified:
  gvfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-26 14:16:04 UTC (rev 70382)
+++ PKGBUILD	2010-02-26 16:20:21 UTC (rev 70383)
@@ -3,7 +3,7 @@
 
 pkgname=gvfs
 pkgver=1.5.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Userspace virtual filesystem implemented as a pluggable module for gio"
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -22,8 +22,10 @@
   autoreconf -fi || return 1
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --disable-static \
-      --libexecdir=/usr/lib/gvfs || return 1
+      --libexecdir=/usr/lib/gvfs \
+      --with-bash-completion-dir=/etc/bash_completion.d || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
   rm -f "${pkgdir}/usr/lib/gio/modules/giomodule.cache"
 }
+




More information about the arch-commits mailing list