summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-03-28 13:52:13 -0700
committerPatrick Venture <venture@google.com>2019-04-04 11:40:07 -0700
commite731044c79968eb867368ef9064c34c98c50872f (patch)
treeb05a9fbd380051b7d4002232ac2e070c71d793f4 /Makefile.am
parente5e3a9ccd0c3d13f63e9e1a730bd3a8cb66b48dd (diff)
downloadphosphor-logging-e731044c79968eb867368ef9064c34c98c50872f.tar.gz
phosphor-logging-e731044c79968eb867368ef9064c34c98c50872f.zip
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
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2b49080..82d6c86 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,7 +28,7 @@ logging_test_SOURCES = logging_test.cpp
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 \
OpenPOWER on IntegriCloud