summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-03-28 11:25:14 -0700
committerPatrick Venture <venture@google.com>2019-04-06 14:50:30 +0000
commit19096267d41544379b403dff1283f0cb925990f1 (patch)
treefbf21a3db8cc8884f16f2435d88ef607fd50b450
parent86cffd9cb226b33126cf367cda676e0edcacdf1e (diff)
downloadphosphor-state-manager-19096267d41544379b403dff1283f0cb925990f1.tar.gz
phosphor-state-manager-19096267d41544379b403dff1283f0cb925990f1.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: I53614a64fa37f2b3bc2841794bf5aa8c137c31df
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index d90a0e3..03c452b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,13 +1,13 @@
AM_DEFAULT_SOURCE_EXT = .cpp
-sbin_PROGRAMS = \
+bin_PROGRAMS = \
phosphor-host-state-manager \
phosphor-chassis-state-manager \
phosphor-bmc-state-manager \
phosphor-discover-system-state \
phosphor-host-check
-dist_sbin_SCRIPTS = \
+dist_bin_SCRIPTS = \
obmcutil
phosphor_host_state_manager_SOURCES = \
OpenPOWER on IntegriCloud