summaryrefslogtreecommitdiff
path: root/package/fuse3/patches/patch-util_meson_build
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-02-13 17:23:44 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-02-13 17:53:55 +0100
commit8539c468134eec90dc8a1ae16436d6b29b79e431 (patch)
tree04edfd0859b20758529e865b111f668b77d83b30 /package/fuse3/patches/patch-util_meson_build
parent8f574c79f8e9f71aacc8f41b5d15c9931faaf0e2 (diff)
fuse3: new package
Diffstat (limited to 'package/fuse3/patches/patch-util_meson_build')
-rw-r--r--package/fuse3/patches/patch-util_meson_build12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/fuse3/patches/patch-util_meson_build b/package/fuse3/patches/patch-util_meson_build
new file mode 100644
index 000000000..6b8f915f8
--- /dev/null
+++ b/package/fuse3/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'))