From: Yu Watanabe Date: Mon, 22 Jul 2019 01:46:53 +0000 (+0900) Subject: meson: drop redundant line X-Git-Tag: v243-rc1~74^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f708e7f6909faad307bdb60ed0f8d68e84f6584;p=thirdparty%2Fsystemd.git meson: drop redundant line Found by @mattiasb. --- diff --git a/meson.build b/meson.build index 3593eac7107..04a830cdfaa 100644 --- a/meson.build +++ b/meson.build @@ -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