build-sys: move remaining tools from sbin/ to bin/ since they might eventually be useful for user execution

This commit is contained in:
Lennart Poettering 2011-03-14 18:17:28 +01:00
parent 9bec0b1e8d
commit a5f9be4579
1 changed files with 2 additions and 6 deletions

View File

@ -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