aboutsummaryrefslogtreecommitdiff
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:26:41 +0200
commit6abd8a55bd755818ae81d4449b3b804967e5173f (patch)
treeb86ca521afe9866507e7d1aecd491d61728855d5
parentebf7fcd2b328ba5b15db2785fa1d46599fbc330f (diff)
downloadalpine_aports-6abd8a55bd755818ae81d4449b3b804967e5173f.tar.bz2
alpine_aports-6abd8a55bd755818ae81d4449b3b804967e5173f.tar.xz
alpine_aports-6abd8a55bd755818ae81d4449b3b804967e5173f.zip
main/fuse: Move /etc/udev/rules.d to /lib
See: https://github.com/alpinelinux/aports/pull/3759#issuecomment-376883202
-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 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2pkgname=fuse 2pkgname=fuse
3pkgver=2.9.7 3pkgver=2.9.7
4pkgrel=0 4pkgrel=1
5pkgdesc="A library that makes it possible to implement a filesystem in a userspace program." 5pkgdesc="A library that makes it possible to implement a filesystem in a userspace program."
6url="https://github.com/libfuse/" 6url="https://github.com/libfuse/"
7arch="all" 7arch="all"
@@ -29,7 +29,7 @@ prepare() {
29 29
30build() { 30build() {
31 cd "$_builddir" 31 cd "$_builddir"
32 ./configure \ 32 UDEV_RULES_PATH='/lib/udev/rules.d' ./configure \
33 --build=$CBUILD \ 33 --build=$CBUILD \
34 --host=$CHOST \ 34 --host=$CHOST \
35 --prefix=/usr \ 35 --prefix=/usr \