teknoraver / rpms / systemd

Forked from rpms/systemd 3 months ago
Clone

Blame SOURCES/0877-meson-drop-redundant-line.patch

5808e7
From c95ba53ab720dfbd7f692e0a87d7f5d4f89ea36b Mon Sep 17 00:00:00 2001
5808e7
From: Yu Watanabe <watanabe.yu+github@gmail.com>
5808e7
Date: Mon, 22 Jul 2019 10:46:53 +0900
5808e7
Subject: [PATCH] meson: drop redundant line
5808e7
5808e7
Found by @mattiasb.
5808e7
5808e7
(cherry picked from commit 3f708e7f6909faad307bdb60ed0f8d68e84f6584)
5808e7
5808e7
Related: #2158832
5808e7
---
5808e7
 meson.build | 2 --
5808e7
 1 file changed, 2 deletions(-)
5808e7
5808e7
diff --git a/meson.build b/meson.build
5808e7
index 972a8fb6f7..673800a1a7 100644
5808e7
--- a/meson.build
5808e7
+++ b/meson.build
5808e7
@@ -2166,8 +2166,6 @@ if conf.get('ENABLE_PSTORE') == 1
5808e7
                    install_rpath : rootlibexecdir,
5808e7
                    install : true,
5808e7
                    install_dir : rootlibexecdir)
5808e7
-
5808e7
-        public_programs += exe
5808e7
 endif
5808e7
 
5808e7
 if conf.get('ENABLE_BINFMT') == 1