diff options
Diffstat (limited to 'community/tilix/fix-meson.patch')
-rw-r--r-- | community/tilix/fix-meson.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community/tilix/fix-meson.patch b/community/tilix/fix-meson.patch deleted file mode 100644 index a48992192a..0000000000 --- a/community/tilix/fix-meson.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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') - ) |