forked from pool/fuse3
24 lines
915 B
Diff
24 lines
915 B
Diff
|
Index: fuse-3.6.2/util/install_helper.sh
|
||
|
===================================================================
|
||
|
--- fuse-3.6.2.orig/util/install_helper.sh
|
||
|
+++ fuse-3.6.2/util/install_helper.sh
|
||
|
@@ -24,7 +24,7 @@ else
|
||
|
fi
|
||
|
|
||
|
install -D -m 644 "${MESON_SOURCE_ROOT}/util/fuse.conf" \
|
||
|
- "${DESTDIR}${sysconfdir}/fuse.conf"
|
||
|
+ "${DESTDIR}${sysconfdir}/fuse3.conf"
|
||
|
|
||
|
if $useroot; then
|
||
|
chown root:root "${DESTDIR}${bindir}/fusermount3"
|
||
|
Index: fuse-3.6.2/util/meson.build
|
||
|
===================================================================
|
||
|
--- fuse-3.6.2.orig/util/meson.build
|
||
|
+++ fuse-3.6.2/util/meson.build
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-fuseconf_path = join_paths(get_option('prefix'), get_option('sysconfdir'), 'fuse.conf')
|
||
|
+fuseconf_path = join_paths(get_option('prefix'), get_option('sysconfdir'), 'fuse3.conf')
|
||
|
|
||
|
executable('fusermount3', ['fusermount.c', '../lib/mount_util.c'],
|
||
|
include_directories: include_dirs,
|