From f1d09b0121d2cad6b996c09122e3266da7eecbfd Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Thu, 28 Mar 2019 11:30:32 -0700 Subject: build: install into bin instead of sbin Installs into bin instead of sbin per guidelines. Signed-off-by: Patrick Venture Change-Id: I1b683415bf518045de5571b0b9517345ea2df77a --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 50c380e..dfb112d 100755 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,7 @@ settings_manager.hpp: ${SETTINGS_GEN_SCRIPT} ${SETTINGS_GEN_SCRIPT_FILES} noinst_HEADERS = \ settings_manager.hpp -sbin_PROGRAMS = \ +bin_PROGRAMS = \ phosphor-settings-manager phosphor_settings_manager_SOURCES = \ -- cgit v1.2.3