main/fuse: Move /etc/udev/rules.d to /lib

See: https://github.com/alpinelinux/aports/pull/3759#issuecomment-376883202
This commit is contained in:
Max Rees 2018-03-28 16:29:34 -04:00 committed by Sören Tempel
parent a85d9b7182
commit f0bd166073

View File

@ -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"
@ -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 \