2021-09-30.use-var-lib.patch 469 B

12345678910111213141516
  1. Subject: Store the tang db in /var/lib/tang
  2. Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
  3. Date: 2021-09-30
  4. Forwarded: not-needed
  5. --- a/meson.build
  6. +++ b/meson.build
  7. @@ -19,7 +19,7 @@
  8. if host_machine.system() == 'freebsd'
  9. licensedir += '-'+meson.project_version()
  10. endif
  11. -jwkdir = join_paths(get_option('localstatedir'), 'db', meson.project_name())
  12. +jwkdir = join_paths('/var/lib/tang')
  13. data = configuration_data()
  14. data.set('libexecdir', libexecdir)