diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-12 06:07:59 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-12 06:28:35 +0100 |
commit | e84d30d7bf5819d72ec8ed4b4214ceca1df911b1 (patch) | |
tree | d1bf004f66a167ed4b0d41b1cd6f15c6af701a6e /package/fuse/patches/patch-util_meson_build | |
parent | d6a117fc6e8516b195442688b6447cdbe333e23f (diff) |
fuse: update to 3.16.2
Diffstat (limited to 'package/fuse/patches/patch-util_meson_build')
-rw-r--r-- | package/fuse/patches/patch-util_meson_build | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/fuse/patches/patch-util_meson_build b/package/fuse/patches/patch-util_meson_build new file mode 100644 index 000000000..6b8f915f8 --- /dev/null +++ b/package/fuse/patches/patch-util_meson_build @@ -0,0 +1,12 @@ +--- libfuse-fuse-3.16.2.orig/util/meson.build 2023-10-10 09:38:49.000000000 +0200 ++++ libfuse-fuse-3.16.2/util/meson.build 2024-02-11 19:25:24.107798622 +0100 +@@ -26,9 +26,3 @@ if udevrulesdir == '' + warning('could not determine udevdir, udev.rules will not be installed') + endif + +-meson.add_install_script('install_helper.sh', +- join_paths(get_option('prefix'), get_option('sysconfdir')), +- join_paths(get_option('prefix'), get_option('bindir')), +- udevrulesdir, +- '@0@'.format(get_option('useroot')), +- get_option('initscriptdir')) |