diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-03-02 11:43:33 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-03-02 11:51:19 +0100 |
commit | 64931a5538bc07db9e26f4c93e09292f7a0901b9 (patch) | |
tree | 88944ae1fcafef614a7f2e7eb22f1db21bd780e6 /community/tilix/fix-meson.patch | |
parent | 745b4cafd37eb68e314e63b348386fd818339fb3 (diff) | |
download | aports-64931a5538bc07db9e26f4c93e09292f7a0901b9.tar.bz2 aports-64931a5538bc07db9e26f4c93e09292f7a0901b9.tar.xz |
community/tilix: move from testing
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') + ) |