From f0bd1660733f9d0935ed167245b73bfd5bb3217f Mon Sep 17 00:00:00 2001 From: Max Rees Date: Wed, 28 Mar 2018 16:29:34 -0400 Subject: main/fuse: Move /etc/udev/rules.d to /lib See: https://github.com/alpinelinux/aports/pull/3759#issuecomment-376883202 --- main/fuse/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main') diff --git a/main/fuse/APKBUILD b/main/fuse/APKBUILD index 064b73384f..7543ec4fcd 100644 --- a/main/fuse/APKBUILD +++ b/main/fuse/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa 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" @@ -18,7 +18,7 @@ builddir="$srcdir"/$pkgname-$pkgver build() { cd "$builddir" - ./configure \ + UDEV_RULES_PATH='/lib/udev/rules.d' ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ -- cgit v1.2.3