Skip to content

Commit

Permalink
fuse3: use /etc/fuse.conf for configuration (#59043)
Browse files Browse the repository at this point in the history
We don’t want the config file to be read only and in the Nix store.
  • Loading branch information
matthewbauer authored and primeos committed Apr 7, 2019
1 parent 08e9a63 commit 5541559
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkgs/os-specific/linux/fuse/fuse3-install.patch
Expand Up @@ -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,

0 comments on commit 5541559

Please sign in to comment.