From: Yu Watanabe Date: Mon, 19 Jun 2023 21:28:56 +0000 (+0900) Subject: meson: drop wrong and redundant assignment X-Git-Tag: v254-rc1~147^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e04e42312d28d20d30b721f2827f6bc20ea8aab7;p=thirdparty%2Fsystemd.git meson: drop wrong and redundant assignment Follow-up for b62ee354dd68349812f0526622c4e164b4a89f5f. --- 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',