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

Allan McRae allan at nymeria.archlinux.org
Fri May 31 03:39:25 UTC 2013


    Date: Friday, May 31, 2013 @ 05:39:25
  Author: allan
Revision: 186753

upgpkg: fuse 2.9.2-3

/usr move - attempt #2

Modified:
  fuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-31 03:31:16 UTC (rev 186752)
+++ PKGBUILD	2013-05-31 03:39:25 UTC (rev 186753)
@@ -5,7 +5,7 @@
 
 pkgname=fuse
 pkgver=2.9.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A library that makes it possible to implement a filesystem in a userspace program."
 arch=('i686' 'x86_64')
 url="http://fuse.sourceforge.net/"
@@ -22,13 +22,15 @@
 prepare() {
   cd "$pkgname-$pkgver"
   # fix building with glibc-2.14
-  sed -i '1i#define _GNU_SOURCE' util/fusermount.c  
+  sed -i '1i#define _GNU_SOURCE' util/fusermount.c 
+  
+  sed -i "/MOUNT_FUSE_PATH=/s#/sbin#/usr/bin#" configure
 }
 
 build() {
   cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --libdir=/usr/lib --enable-lib \
-              --enable-util
+  ./configure --prefix=/usr --libdir=/usr/lib \
+              --enable-lib --enable-util
   make
 }
 




More information about the arch-commits mailing list