summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2014-07-08 21:06:07 +0200
committerMichael Biebl <biebl@debian.org>2014-07-08 21:06:07 +0200
commit2945a452b084879c6885efe51aefea00c179aa5f (patch)
tree21b505dff0080847366e63f5a7a9d1dd9e966dab
parenta545c6e1aa31b4d7e80c9d3609d9fc4fc9921498 (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.
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 77a976af2..a25269354 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