aboutsummaryrefslogtreecommitdiffstats
path: root/main/fuse3
diff options
context:
space:
mode:
authorTuan Hoang <tmhoang@linux.vnet.ibm.com>2019-01-27 18:23:55 +0100
committerCarlo Landmeter <clandmeter@alpinelinux.org>2019-01-30 10:27:40 +0000
commitb0cd6e9587eeb263fc48855ed246edf9b0bdac86 (patch)
treeeab245cded3daf61d1bb94e45c6dc40605f4a50e /main/fuse3
parentc00f0b38481ef7e170c946c2ee360031dfa6a274 (diff)
downloadaports-b0cd6e9587eeb263fc48855ed246edf9b0bdac86.tar.bz2
aports-b0cd6e9587eeb263fc48855ed246edf9b0bdac86.tar.xz
main/fuse3: move fuse.conf to correct directory
ref: #9946
Diffstat (limited to 'main/fuse3')
-rw-r--r--main/fuse3/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/fuse3/APKBUILD b/main/fuse3/APKBUILD
index a875482fab..037020cda6 100644
--- a/main/fuse3/APKBUILD
+++ b/main/fuse3/APKBUILD
@@ -2,7 +2,7 @@
pkgname=fuse3
_pkgname=fuse
pkgver=3.2.6
-pkgrel=0
+pkgrel=1
pkgdesc="The reference implementation of the Linux FUSE (Filesystem in Userspace) interface"
url="https://github.com/libfuse/libfuse"
arch="all"
@@ -64,7 +64,7 @@ _EOF_
_common() {
pkgdesc="Common files for fuse2 and fuse3"
mkdir -p "$subpkgdir"/etc/
- mv "$pkgdir"/etc/fuse.conf "$subpkgdir"
+ mv "$pkgdir"/etc/fuse.conf "$subpkgdir"/etc/
}
_openrc() {