mirror of
https://github.com/systemd/systemd.git
synced 2025-02-02 13:47:27 +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:
parent
a545c6e1aa
commit
2945a452b0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user