diff options
author | Kay Sievers <kay@vrfy.org> | 2013-02-22 17:02:06 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-02-22 17:02:41 +0100 |
commit | f948423bb565194a5a8242f556bacf6f7e2d3273 (patch) | |
tree | c905a2bbb77eeb92159d67ce0c3e9027bcc4a8aa /Makefile.am | |
parent | 89f603f5d83e519fcbd633928e203b1e6457114c (diff) |
build-sys: move systemd-analyze to /usr/bin
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 10934eba77..f2d3ac7a42 100644 --- a/Makefile.am +++ b/Makefile.am @@ -267,8 +267,7 @@ rootbin_PROGRAMS = \ systemd-ask-password \ systemd-tty-ask-password-agent \ systemd-tmpfiles \ - systemd-machine-id-setup \ - systemd-analyze + systemd-machine-id-setup bin_PROGRAMS = \ systemd-cgls \ @@ -276,7 +275,8 @@ bin_PROGRAMS = \ systemd-stdio-bridge \ systemd-nspawn \ systemd-detect-virt \ - systemd-delta + systemd-delta \ + systemd-analyze rootlibexec_PROGRAMS = \ systemd \ |