summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2012-02-08 00:08:10 +0100
committerKay Sievers <kay.sievers@vrfy.org>2012-02-08 00:08:10 +0100
commite0d25329b23a43332ea340f9907721873a316f4e (patch)
tree07e99accab5ac6d2b14c1cfb1768a1401e513130 /Makefile.am
parent1d4ec315707a9d1411efc5d2ef4a47f9374ab525 (diff)
move /usr/bin/systemd to /usr/lib/systemd/systemd
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f1f975fcf..e4e3510dd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -161,7 +161,6 @@ endif
endif
rootbin_PROGRAMS = \
- systemd \
systemctl \
systemd-notify \
systemd-ask-password \
@@ -185,6 +184,7 @@ bin_PROGRAMS += \
endif
rootlibexec_PROGRAMS = \
+ systemd \
systemd-cgroups-agent \
systemd-initctl \
systemd-update-utmp \