main/fuse3: move fuse.conf to correct directory

ref: #9946
This commit is contained in:
Tuan Hoang 2019-01-27 18:23:55 +01:00 committed by Carlo Landmeter
parent c00f0b3848
commit b0cd6e9587

View File

@ -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() {