build: install into bin instead of sbin
Installs into bin instead of sbin per guidelines
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I382022b4f09374132cf07232177a5145c425f758
diff --git a/Makefile.am b/Makefile.am
index 2b49080..82d6c86 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,7 +28,7 @@
logging_test_LDADD = libphosphor_logging.la
callout_test_SOURCES = callouts/callout_test.cpp
-sbin_PROGRAMS = phosphor-log-manager
+bin_PROGRAMS += phosphor-log-manager
phosphor_log_manager_SOURCES = \
xyz/openbmc_project/Logging/Internal/Manager/server.cpp \