12345678910111213141516 |
- Subject: Install systemd unit files in /lib/
- Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
- Date: 2021-04-19
- Forwarded: not-needed
- @@ -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()
|