diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-02-13 14:04:57 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-02-13 14:04:57 +0100 |
commit | 74ce487dafff196f657835672aae5ad1eb3a6daf (patch) | |
tree | ddeec1df245348e330206f241613cac05519216f /Makefile.am | |
parent | fba6e687234660739e5ea1f2fc9c010db893c253 (diff) |
tmpfiles: move binary to /bin to make it publicly available
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 537050437b..56fdfceda3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -95,7 +95,8 @@ rootbin_PROGRAMS = \ systemctl \ systemd-notify \ systemd-ask-password \ - systemd-tty-ask-password-agent + systemd-tty-ask-password-agent \ + systemd-tmpfiles bin_PROGRAMS = \ systemd-cgls @@ -121,7 +122,6 @@ rootlibexec_PROGRAMS = \ systemd-reply-password \ systemd-readahead-collect \ systemd-readahead-replay \ - systemd-tmpfiles \ systemd-user-sessions \ systemd-fsck \ systemd-quotacheck \ |