[systemd-commits] Makefile.am
Kay Sievers
kay at kemper.freedesktop.org
Fri Feb 22 08:07:57 PST 2013
Makefile.am | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit f948423bb565194a5a8242f556bacf6f7e2d3273
Author: Kay Sievers <kay at vrfy.org>
Date: Fri Feb 22 17:02:06 2013 +0100
build-sys: move systemd-analyze to /usr/bin
diff --git a/Makefile.am b/Makefile.am
index 10934eb..f2d3ac7 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 \
More information about the systemd-commits
mailing list