mirror of
https://github.com/systemd/systemd.git
synced 2025-08-31 09:49:54 +03: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.
This commit is contained in:
@ -337,7 +337,8 @@ rootbin_PROGRAMS = \
|
|||||||
systemd-notify \
|
systemd-notify \
|
||||||
systemd-ask-password \
|
systemd-ask-password \
|
||||||
systemd-tty-ask-password-agent \
|
systemd-tty-ask-password-agent \
|
||||||
systemd-machine-id-setup
|
systemd-machine-id-setup \
|
||||||
|
systemd-escape
|
||||||
|
|
||||||
bin_PROGRAMS = \
|
bin_PROGRAMS = \
|
||||||
systemd-cgls \
|
systemd-cgls \
|
||||||
@ -347,8 +348,7 @@ bin_PROGRAMS = \
|
|||||||
systemd-delta \
|
systemd-delta \
|
||||||
systemd-analyze \
|
systemd-analyze \
|
||||||
systemd-run \
|
systemd-run \
|
||||||
systemd-path \
|
systemd-path
|
||||||
systemd-escape
|
|
||||||
|
|
||||||
dist_bin_SCRIPTS = \
|
dist_bin_SCRIPTS = \
|
||||||
src/kernel-install/kernel-install
|
src/kernel-install/kernel-install
|
||||||
|
Reference in New Issue
Block a user