forked from pool/fuse3
29 lines
1.0 KiB
Diff
29 lines
1.0 KiB
Diff
---
|
|
util/install_helper.sh | 2 +-
|
|
util/meson.build | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
Index: fuse-3.17.1/util/install_helper.sh
|
|
===================================================================
|
|
--- fuse-3.17.1.orig/util/install_helper.sh
|
|
+++ fuse-3.17.1/util/install_helper.sh
|
|
@@ -25,7 +25,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.17.1/util/meson.build
|
|
===================================================================
|
|
--- fuse-3.17.1.orig/util/meson.build
|
|
+++ fuse-3.17.1/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', '../lib/util.c'],
|
|
include_directories: include_dirs,
|