mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
build-sys: move systemd from /sbin to /bin since it should be used by normal users too, for session handling
This commit is contained in:
parent
8c4a3079a7
commit
f401faf540
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user