From d709f319232ae40302b7cd73ab945c3d76be01f3 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Fri, 31 Aug 2018 13:38:26 +0200 Subject: Do not hardcode /etc/fuse.conf path. --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index b4608a7..983fcac 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -2,4 +2,4 @@ option('disable-mtab', type : 'boolean', value : false, description: 'Disable and ignore usage of /etc/mtab') option('udevrulesdir', type : 'string', value : '', - description: 'Path where udev rules are installed to (Defaults to udevdir specified in udev.pc)') + description: 'Where to install udev rules (if empty, query pkg-config(1))') -- cgit v1.2.3