aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tilix/fix-meson.patch
blob: a48992192a064ecf7db560791e33f7729e2284a8 (plain)
1
2
3
4
5
6
7
8
9
10
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')
 )