1
0
mirror of https://github.com/containers/conmon.git synced 2026-02-05 06:46:42 +01:00

Fix meson install path to match Makefile

Fixes: #304

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy
2025-09-03 10:50:00 +02:00
parent 540c545d17
commit b0508388e8

View File

@@ -89,5 +89,5 @@ executable('conmon',
'src/seccomp_notify.h'],
dependencies : [glib, libdl, sd_journal, seccomp],
install : true,
install_dir : join_paths(get_option('libexecdir'), 'podman'),
install_dir : get_option('bindir'),
)