chiark / gitweb /
escape: move to rootbindir
authorMichael Biebl <biebl@debian.org>
Tue, 8 Jul 2014 19:06:07 +0000 (21:06 +0200)
committerMichael Biebl <biebl@debian.org>
Tue, 8 Jul 2014 19:06:07 +0000 (21:06 +0200)
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.

Makefile.am

index 77a976af2afeb79a1b8e0e21e0415279c16c4f9f..a252693542657a9a8903e22c56450d708a2378a5 100644 (file)
@@ -337,7 +337,8 @@ rootbin_PROGRAMS = \
        systemd-notify \
        systemd-ask-password \
        systemd-tty-ask-password-agent \
        systemd-notify \
        systemd-ask-password \
        systemd-tty-ask-password-agent \
-       systemd-machine-id-setup
+       systemd-machine-id-setup \
+       systemd-escape
 
 bin_PROGRAMS = \
        systemd-cgls \
 
 bin_PROGRAMS = \
        systemd-cgls \
@@ -347,8 +348,7 @@ bin_PROGRAMS = \
        systemd-delta \
        systemd-analyze \
        systemd-run \
        systemd-delta \
        systemd-analyze \
        systemd-run \
-       systemd-path \
-       systemd-escape
+       systemd-path
 
 dist_bin_SCRIPTS = \
        src/kernel-install/kernel-install
 
 dist_bin_SCRIPTS = \
        src/kernel-install/kernel-install