diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-13 12:17:11 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-13 13:26:32 +0200 |
commit | 48e93f88ffac3539cad0ea02e9f6d60731a32652 (patch) | |
tree | 06996f2ee2f930f6651f2cb12a6da38ad02be700 /Makefile.am | |
parent | 6555ad8e9d0ae2ec65783b33f9a5fbc018da64d4 (diff) |
sysusers: move systemd-sysusers to libexec for now
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 685066ff48..894d445fa2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1769,7 +1769,7 @@ systemd_sysusers_LDADD = \ libsystemd-internal.la \ libsystemd-shared.la -rootbin_PROGRAMS += \ +rootlibexec_PROGRAMS += \ systemd-sysusers nodist_sysusers_DATA = \ |