diff --git a/pkg.info b/pkg.info index be4982d..9ae0ba5 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: fuse2 description: The reference implementation of the Linux FUSE (Filesystem in Userspace) interface version: 2.9.9 -revision: 2 +revision: 3 url: https://github.com/libfuse/libfuse license: GPL2,LGPL2.1 architecture: any diff --git a/source.sh b/source.sh index 850b994..bdf6983 100644 --- a/source.sh +++ b/source.sh @@ -15,7 +15,7 @@ prepare() { # The build function is executed in the source directory # This function is used to compile the source code build() { - UDEV_RULES_PATH=/usr/lib/udev/rules.d MOUNT_FUSE_PATH=/usr/bin ./configure --prefix=/usr --enable-lib --enable-util --disable-example + UDEV_RULES_PATH=/usr/lib/udev/rules.d MOUNT_FUSE_PATH=/usr/sbin ./configure --prefix=/usr --enable-lib --enable-util --disable-example make }