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

Anatol Pomozov anatolik at archlinux.org
Wed Sep 18 23:38:02 UTC 2019


    Date: Wednesday, September 18, 2019 @ 23:38:01
  Author: anatolik
Revision: 363022

upgpkg: fuse2 2.9.9-3

Move fuse udev files to /usr/lib/udev

Modified:
  fuse2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-18 22:53:05 UTC (rev 363021)
+++ PKGBUILD	2019-09-18 23:38:01 UTC (rev 363022)
@@ -4,7 +4,7 @@
 
 pkgname=fuse2
 pkgver=2.9.9
-pkgrel=2
+pkgrel=3
 pkgdesc="A library that makes it possible to implement a filesystem in a userspace program."
 arch=('x86_64')
 url='https://github.com/libfuse/libfuse'
@@ -23,8 +23,7 @@
 build() {
   cd fuse-$pkgver
 
-  export MOUNT_FUSE_PATH=/usr/bin
-  ./configure --prefix=/usr --libdir=/usr/lib --enable-lib --enable-util --disable-example
+  UDEV_RULES_PATH=/usr/lib/udev/rules.d MOUNT_FUSE_PATH=/usr/bin ./configure --prefix=/usr --libdir=/usr/lib --enable-lib --enable-util --disable-example
   make
 }
 



More information about the arch-commits mailing list