File gnome-multi-writer-meson.patch of Package gnome-multi-writer
commit 356d8c02e25a9a34f9f0ccc830f4b815607f7bff
Author: Dominique Leuenberger <dimstar@opensuse.org>
Date: Tue Aug 15 14:36:14 2017 +0200
Build: respect libexecdir options of meson
https://bugzilla.gnome.org/show_bug.cgi?id=786318
diff --git a/src/meson.build b/src/meson.build
index 6610c4c..2ed0a45 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -44,5 +44,5 @@ executable(
],
c_args : cargs,
install : true,
- install_dir : 'libexec'
+ install_dir : get_option('libexecdir')
)