From 6c38b6c04e07d0010fec1b771111451cd9c8f21d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 29 Jan 2016 14:45:41 +0100 Subject: [PATCH] build-sys: install systemd-resolve in /usr/bin The command has a man page now and is public, hence add it to /usr/bin. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 90bc5d7ddc..34b1f1941b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5304,7 +5304,7 @@ nodist_systemd_resolve_SOURCES = \ systemd_resolve_LDADD = \ libshared.la -rootlibexec_PROGRAMS += \ +bin_PROGRAMS += \ systemd-resolve tests += \