From e04e42312d28d20d30b721f2827f6bc20ea8aab7 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 20 Jun 2023 06:28:56 +0900 Subject: [PATCH] meson: drop wrong and redundant assignment Follow-up for b62ee354dd68349812f0526622c4e164b4a89f5f. --- meson.build | 3 --- 1 file changed, 3 deletions(-) diff --git a/meson.build b/meson.build index 8525b104dd5..ec772943606 100644 --- a/meson.build +++ b/meson.build @@ -4248,9 +4248,6 @@ executable( install_rpath : rootpkglibdir, install : have_standalone_binaries, install_dir : rootlibexecdir) -if have_standalone_binaries - public_programs += exe -endif executable( 'systemd-update-done',