Subject: Install binary in /usr/lib/nagios/plugins/ Author: Christoph Biedl Date: 2020-12-28 Forwarded: not-needed This aligns the installation path with the various monitoring-plugins-* packages. --- a/meson.build +++ b/meson.build @@ -75,7 +75,7 @@ endif executable('check_tang', 'tang.c', - install_dir: join_paths(get_option('libdir'), 'nagios', 'plugins'), + install_dir: join_paths('lib', 'nagios', 'plugins'), dependencies: [http, jose], install: true, )