summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--Makefile.am2
-rw-r--r--phosphor-rsyslog-config/Makefile.am2
2 files changed, 2 insertions, 2 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 \
diff --git a/phosphor-rsyslog-config/Makefile.am b/phosphor-rsyslog-config/Makefile.am
index 438a745..5453473 100644
--- a/phosphor-rsyslog-config/Makefile.am
+++ b/phosphor-rsyslog-config/Makefile.am
@@ -4,7 +4,7 @@ noinst_HEADERS = \
utils.hpp \
server-conf.hpp
-sbin_PROGRAMS = phosphor-rsyslog-conf
+bin_PROGRAMS = phosphor-rsyslog-conf
phosphor_rsyslog_conf_SOURCES = \
main.cpp \
OpenPOWER on IntegriCloud