summaryrefslogtreecommitdiff
path: root/package/fuse/patches/patch-util_meson_build
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-02-22 14:12:36 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-02-22 14:19:08 +0100
commit78dce969922dc525151f0ff6ae51b3b6cdeebe96 (patch)
tree1367edeeeb74cba902a21acdf12b2e9ffec68f4f /package/fuse/patches/patch-util_meson_build
parenta37390782c4c8da01008deb9da9c524a0cb35f75 (diff)
fuse: fix compile issue
Diffstat (limited to 'package/fuse/patches/patch-util_meson_build')
-rw-r--r--package/fuse/patches/patch-util_meson_build12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/fuse/patches/patch-util_meson_build b/package/fuse/patches/patch-util_meson_build
deleted file mode 100644
index 6b8f915f8..000000000
--- a/package/fuse/patches/patch-util_meson_build
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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'))