aboutsummaryrefslogtreecommitdiffstats
path: root/main/fuse
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2018-03-28 16:29:34 -0400
committerNatanael Copa <ncopa@alpinelinux.org>2018-07-30 18:23:55 +0200
commite04d160d1858c4b5b4ce8f7a40442e95adfad9ec (patch)
treebd9b1dfc2359a862bbf3a9ea1468b80381104290 /main/fuse
parentae21ad8a27ea2ff13d4866208b66098fcf31b702 (diff)
downloadaports-e04d160d1858c4b5b4ce8f7a40442e95adfad9ec.tar.bz2
aports-e04d160d1858c4b5b4ce8f7a40442e95adfad9ec.tar.xz
main/fuse: Move /etc/udev/rules.d to /lib
See: https://github.com/alpinelinux/aports/pull/3759#issuecomment-376883202
Diffstat (limited to 'main/fuse')
-rw-r--r--main/fuse/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/fuse/APKBUILD b/main/fuse/APKBUILD
index 3b8aa9ac35..7f42600fe1 100644
--- a/main/fuse/APKBUILD
+++ b/main/fuse/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=fuse
pkgver=2.9.7
-pkgrel=0
+pkgrel=1
pkgdesc="A library that makes it possible to implement a filesystem in a userspace program."
url="https://github.com/libfuse/"
arch="all"
@@ -29,7 +29,7 @@ prepare() {
build() {
cd "$_builddir"
- ./configure \
+ UDEV_RULES_PATH='/lib/udev/rules.d' ./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \