chiark / gitweb /
build-sys: move remaining tools from sbin/ to bin/ since they might eventually be...
authorLennart Poettering <lennart@poettering.net>
Mon, 14 Mar 2011 17:17:28 +0000 (18:17 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 14 Mar 2011 17:17:28 +0000 (18:17 +0100)
Makefile.am

index 7d6cfd12d87bb2de1df465b83ea108e291d3db6a..a2e40c3fd1748eab52f3ba1c143b6a0111e025c8 100644 (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