From 9702d82414047c8ce6ffc52410eae0494ad0bf8e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 30 Nov 2022 08:41:13 +0100 Subject: [PATCH] test: do the --help/--version checks for repart.standalone too --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 504644bca8a..6ff96da9502 100644 --- a/meson.build +++ b/meson.build @@ -3844,6 +3844,7 @@ if conf.get('ENABLE_REPART') == 1 install_rpath : rootpkglibdir, install : true, install_dir : rootbindir) + public_programs += exe endif endif -- 2.47.3