summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-11-30 08:41:13 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-12-06 10:15:54 +0100
commit9702d82414047c8ce6ffc52410eae0494ad0bf8e (patch)
treed8d25d337f404551493031283860a1760b3bd6f8 /meson.build
parent64e7a14146cd1f66a8b0865adf7c3495c1b5c4e9 (diff)
downloadsystemd-9702d82414047c8ce6ffc52410eae0494ad0bf8e.tar.gz
test: do the --help/--version checks for repart.standalone too
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 504644bca8..6ff96da950 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