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

Ionut Biru ibiru at archlinux.org
Sat May 29 09:04:55 UTC 2010


    Date: Saturday, May 29, 2010 @ 05:04:55
  Author: ibiru
Revision: 81353

upgpkg: udisks 1.0.1-2
fix bash_completion location helper

Modified:
  udisks/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-28 21:21:11 UTC (rev 81352)
+++ PKGBUILD	2010-05-29 09:04:55 UTC (rev 81353)
@@ -3,7 +3,7 @@
 
 pkgname=udisks
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Disk Management Service"
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/udisks"
@@ -18,9 +18,11 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   export CFLAGS="$CFLAGS -fno-strict-aliasing"
-
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
       --libexecdir=/usr/lib/udisks --disable-static || return 1
+  #fix location for bash_completion helper
+  sed -i -e 's|profile.d|bash_completion.d|' tools/Makefile
+
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list