mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
main/fuse: Move /etc/udev/rules.d to /lib
See: https://github.com/alpinelinux/aports/pull/3759#issuecomment-376883202
This commit is contained in:
parent
a85d9b7182
commit
f0bd166073
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user