]> git.proxmox.com Git - mirror_lxc.git/commitdiff
meson: Fix hook install locations
authorStéphane Graber <stgraber@ubuntu.com>
Sun, 1 May 2022 08:24:03 +0000 (10:24 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Sun, 1 May 2022 08:24:35 +0000 (10:24 +0200)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
hooks/meson.build

index bdb860b947ebd032740cf3d34bdaa6e679b30d64..45eb178738ff21319f1f2cb456816f43f3bddd25 100644 (file)
@@ -11,7 +11,7 @@ hook_programs += executable(
     hooks_unmount_namespace_sources,
     include_directories: hooks_include_directories,
     install: true,
-    install_dir: lxchookdir)
+    install_dir: join_paths(lxclibexec, 'hooks'))
 
 hook_programs = configure_file(
     configuration: dummy_config_data,