diff options
Diffstat (limited to 'community/tilix/fix-meson.patch')
-rw-r--r-- | community/tilix/fix-meson.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/tilix/fix-meson.patch b/community/tilix/fix-meson.patch new file mode 100644 index 0000000000..a48992192a --- /dev/null +++ b/community/tilix/fix-meson.patch @@ -0,0 +1,11 @@ +--- a/data/meson.build ++++ b/data/meson.build +@@ -98,7 +98,7 @@ conf.set('bindir', join_paths(get_option('prefix'), get_option('bindir'))) + + configure_file( + input: 'dbus/@0@.service.in'.format(meson.project_name()), +- output: 'dbus/@0@.service'.format(meson.project_name()), ++ output: '@0@.service'.format(meson.project_name()), + configuration: conf, + install_dir: join_paths(get_option('datadir'), 'dbus-1/services') + ) |