1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
aports/testing/tilix/fix-meson.patch
Rasmus Thomsen 2d24b9da4e testing/tilix: new aport
https://gnunn1.github.io/tilix-web/
Tiling terminal emulator for Linux
2019-11-29 18:13:38 +01:00

11 lines
431 B
Diff

--- 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')
)