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:
@@ -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'),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user