Subject: Install systemd unit files in /lib/ Author: Christoph Biedl Date: 2021-04-19 Forwarded: not-needed --- a/meson.build +++ b/meson.build @@ -14,7 +14,7 @@ libexecdir = join_paths(get_option('prefix'), get_option('libexecdir')) sysconfdir = join_paths(get_option('prefix'), get_option('sysconfdir')) bindir = join_paths(get_option('prefix'), get_option('bindir')) -systemunitdir = join_paths(get_option('prefix'), 'lib/systemd/system') +systemunitdir = join_paths('/lib/systemd/system') licensedir = join_paths(get_option('prefix'), 'share', 'licenses', meson.project_name()) if build_machine.system() == 'freebsd' licensedir += '-'+meson.project_version()