From: Lennart Poettering Date: Tue, 1 Jun 2010 22:40:10 +0000 (+0200) Subject: build-sys: move systemd from /sbin to /bin since it should be used by normal users... X-Git-Tag: v1~251 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=f401faf540ee31740b4cd0a8b3d4038ea8c33092 build-sys: move systemd from /sbin to /bin since it should be used by normal users too, for session handling --- 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