From a5f9be457957731f6bd21bf60dd182fb2a6278cf Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 14 Mar 2011 18:17:28 +0100 Subject: [PATCH 1/1] build-sys: move remaining tools from sbin/ to bin/ since they might eventually be useful for user execution --- Makefile.am | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7d6cfd12d..a2e40c3fd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -106,16 +106,12 @@ rootbin_PROGRAMS = \ systemd-notify \ systemd-ask-password \ systemd-tty-ask-password-agent \ - systemd-tmpfiles - -rootsbin_PROGRAMS = \ + systemd-tmpfiles \ systemd-machine-id-setup bin_PROGRAMS = \ systemd-cgls \ - systemd-stdio-bridge - -sbin_PROGRAMS = \ + systemd-stdio-bridge \ systemd-nspawn if HAVE_GTK -- 2.30.2