commit b8e7394a5934313e1114efe492ca83b9779dfd96 parent da8780c64718f9eb7a6e6137bb8384f099770dff Author: Florian Dold <florian@dold.me> Date: Thu, 7 May 2026 16:26:03 +0200 auditor config must be installed in auditor pkgcfgdir Diffstat:
| M | src/auditordb/meson.build | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/auditordb/meson.build b/src/auditordb/meson.build @@ -1,6 +1,8 @@ # This Makefile.am is in the public domain -install_data('auditordb-postgres.conf', install_dir: pkgcfgdir) +pkgcfgadir = get_option('datadir') / 'taler-auditor' / 'config.d' + +install_data('auditordb-postgres.conf', install_dir: pkgcfgadir) sqldir = get_option('datadir') / 'taler-auditor' / 'sql'