extra/fuse2 to 2.9.9-3

This commit is contained in:
Kevin Mihelich 2019-09-19 04:35:18 +00:00
parent 0bfc561bda
commit d17e624184

View file

@ -7,7 +7,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=('i686' 'x86_64')
url='https://github.com/libfuse/libfuse'
@ -34,8 +34,7 @@ prepare() {
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
}