diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-03-09 22:13:24 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-03-09 22:13:24 +0100 |
commit | 29d958ce2ba49794fa92dd77b2f9a9bdc941f493 (patch) | |
tree | 8046cdfbccc132cce5cbfcea156f2ec8ae143560 /Makefile.am | |
parent | 607df95be184308b6bb7a5534f04109c67c039c3 (diff) |
machine-id: move machine-id-setup to /sbin
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4caa2433b1..f867624f1a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -105,7 +105,9 @@ rootbin_PROGRAMS = \ systemd-notify \ systemd-ask-password \ systemd-tty-ask-password-agent \ - systemd-tmpfiles \ + systemd-tmpfiles + +rootsbin_PROGRAMS = \ systemd-machine-id-setup bin_PROGRAMS = \ |