]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: drop redundant line
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 22 Jul 2019 01:46:53 +0000 (10:46 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 22 Jul 2019 05:10:02 +0000 (14:10 +0900)
Found by @mattiasb.

meson.build

index 3593eac7107fce0590d6bd08eb4e56a3edadcd56..04a830cdfaa3078192663f5ef64655acee09090f 100644 (file)
@@ -2269,8 +2269,6 @@ if conf.get('ENABLE_PSTORE') == 1
                    install_rpath : rootlibexecdir,
                    install : true,
                    install_dir : rootlibexecdir)
-
-        public_programs += exe
 endif
 
 if conf.get('ENABLE_BINFMT') == 1