diff --git a/src/boot/meson.build b/src/boot/meson.build index ac84fbb89f0..06c8146a9eb 100644 --- a/src/boot/meson.build +++ b/src/boot/meson.build @@ -35,6 +35,9 @@ if conf.get('ENABLE_UKIFY') == 1 meson.current_source_dir()/'hwids/test'], capture : true, build_by_default : want_tests != 'false') + install_subdir('hwids', + install_dir : libexecdir / 'boot/', + exclude_directories : ['test']) else test_hwids_section_c = [] endif