mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-06 13:41:31 +00:00
escape: move to rootbindir
The systemd-escape utility might be used during early boot (e.g. when
being triggered from udev rules), so move it to rootbindir to support
systems with a split /usr setup.
(cherry picked from commit 2945a452b0)
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
e27bfc22bb
commit
f6431973ef
+3
-3
@@ -337,7 +337,8 @@ rootbin_PROGRAMS = \
|
||||
systemd-notify \
|
||||
systemd-ask-password \
|
||||
systemd-tty-ask-password-agent \
|
||||
systemd-machine-id-setup
|
||||
systemd-machine-id-setup \
|
||||
systemd-escape
|
||||
|
||||
bin_PROGRAMS = \
|
||||
systemd-cgls \
|
||||
@@ -347,8 +348,7 @@ bin_PROGRAMS = \
|
||||
systemd-delta \
|
||||
systemd-analyze \
|
||||
systemd-run \
|
||||
systemd-path \
|
||||
systemd-escape
|
||||
systemd-path
|
||||
|
||||
dist_bin_SCRIPTS = \
|
||||
src/kernel-install/kernel-install
|
||||
|
||||
Reference in New Issue
Block a user