2021-04-19.non-usrmerged.patch 705 B

12345678910111213141516
  1. Subject: Install systemd unit files in /lib/
  2. Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
  3. Date: 2021-04-19
  4. Forwarded: not-needed
  5. --- a/meson.build
  6. +++ b/meson.build
  7. @@ -14,7 +14,7 @@
  8. libexecdir = join_paths(get_option('prefix'), get_option('libexecdir'))
  9. sysconfdir = join_paths(get_option('prefix'), get_option('sysconfdir'))
  10. bindir = join_paths(get_option('prefix'), get_option('bindir'))
  11. -systemunitdir = join_paths(get_option('prefix'), 'lib/systemd/system')
  12. +systemunitdir = join_paths('/lib/systemd/system')
  13. licensedir = join_paths(get_option('prefix'), 'share', 'licenses', meson.project_name())
  14. if build_machine.system() == 'freebsd'
  15. licensedir += '-'+meson.project_version()