SHA256
1
0
forked from pool/fuse3
fuse3/conf-rename.patch
Ismail Dönmez 164c835252 Accepting request 714226 from home:namtrac:branches:filesystems
- Update to version 3.6.2
  * The init script is now installed to /etc/ rather than
    /usr/local/etc by default.
  * Minor bugfixes
- Drop fuse-install-fix.patch, not needed with -Duseroot=false
- Add conf-rename.patch, which is split from the above now
  removed patch

OBS-URL: https://build.opensuse.org/request/show/714226
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=25
2019-07-16 10:52:00 +00:00

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,