]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: drop wrong and redundant assignment
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 19 Jun 2023 21:28:56 +0000 (06:28 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 22 Jun 2023 05:20:32 +0000 (14:20 +0900)
Follow-up for b62ee354dd68349812f0526622c4e164b4a89f5f.

meson.build

index 8525b104dd525d8f630e9e4a5fc13ea9d279459c..ec7729436063bc69078a4425c5ac201024cbb06b 100644 (file)
@@ -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',