From b58d857136496ee463223cd90af46512e9eef152 Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Sat, 17 Jan 2015 18:01:01 +0100 Subject: [PATCH] build: move stdio-bridge into $PATH Make sure stdio-bridge can be found in $PATH. Otherwise, "xyzctl -H" fails. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 88b4c6746..f5cb290d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -368,6 +368,7 @@ bin_PROGRAMS = \ systemd-delta \ systemd-analyze \ systemd-run \ + systemd-stdio-bridge \ systemd-path dist_bin_SCRIPTS = \ @@ -391,7 +392,6 @@ rootlibexec_PROGRAMS = \ systemd-sysctl \ systemd-sleep \ systemd-bus-proxyd \ - systemd-stdio-bridge \ systemd-socket-proxyd \ systemd-update-done -- 2.30.2