diff options
author | Tom Gundersen <teg@jklm.no> | 2014-10-04 13:12:49 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-10-04 13:18:47 +0200 |
commit | 10595afb4c007a764b91d28ede5faa00bcb28428 (patch) | |
tree | f2503def0c5244460e1e54715027c23fc360b469 | |
parent | c71202228f31176eee2aa7c798c9f3ff681cf957 (diff) |
consoled: move from /bin to /lib/systemd
This should not normally be run manually, but rather through systemd.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d2a1767265..3119a95dad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3024,7 +3024,7 @@ if ENABLE_TERMINAL noinst_LTLIBRARIES += \ libsystemd-terminal.la -bin_PROGRAMS += \ +rootlibexec_PROGRAMS += \ systemd-consoled noinst_PROGRAMS += \ |