From f401faf540ee31740b4cd0a8b3d4038ea8c33092 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 2 Jun 2010 00:40:10 +0200 Subject: [PATCH] build-sys: move systemd from /sbin to /bin since it should be used by normal users too, for session handling --- Makefile.am | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5f880afe0..f5c43da5e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,7 +28,6 @@ sessionunitdir=$(pkgdatadir)/session # And these are the special ones for / rootdir=@rootdir@ -rootsbindir=$(rootdir)/sbin rootbindir=$(rootdir)/bin rootlibexecdir=$(rootdir)/lib/systemd systemunitdir=$(rootdir)/lib/systemd/system @@ -42,13 +41,11 @@ AM_CPPFLAGS = \ -DSESSION_CONFIG_UNIT_PATH=\"$(pkgsysconfdir)/session\" \ -DSESSION_DATA_UNIT_PATH=\"$(sessionunitdir)\" \ -DCGROUP_AGENT_PATH=\"$(rootlibexecdir)/systemd-cgroups-agent\" \ - -DSYSTEMD_BINARY_PATH=\"$(rootsbindir)/systemd\" \ + -DSYSTEMD_BINARY_PATH=\"$(rootbindir)/systemd\" \ -I $(top_srcdir)/src -rootsbin_PROGRAMS = \ - systemd - rootbin_PROGRAMS = \ + systemd systemctl if HAVE_GTK -- 2.30.2