mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
fuse3: use /etc/fuse.conf for configuration (#59043)
We don’t want the config file to be read only and in the Nix store.
This commit is contained in:
parent
08e9a63d73
commit
5541559635
|
@ -32,3 +32,13 @@
|
|||
-fi
|
||||
-
|
||||
-
|
||||
diff --git a/util/meson.build b/util/meson.build
|
||||
index aa0e734..06d4378 100644
|
||||
--- a/util/meson.build
|
||||
+++ b/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('sysconfdir'), 'fuse.conf')
|
||||
|
||||
executable('fusermount3', ['fusermount.c', '../lib/mount_util.c'],
|
||||
include_directories: include_dirs,
|
||||
|
|
Loading…
Reference in a new issue