diff options
author | Michael Biebl <biebl@debian.org> | 2014-07-08 21:06:07 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2014-07-08 21:06:07 +0200 |
commit | 2945a452b084879c6885efe51aefea00c179aa5f (patch) | |
tree | 21b505dff0080847366e63f5a7a9d1dd9e966dab /Makefile.am | |
parent | a545c6e1aa31b4d7e80c9d3609d9fc4fc9921498 (diff) |
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 77a976af2a..a252693542 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 |