mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/fuse2 to 2.9.9-3
This commit is contained in:
parent
0bfc561bda
commit
d17e624184
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue