summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-03-28 11:12:17 -0700
committerPatrick Venture <venture@google.com>2019-03-28 11:12:17 -0700
commit2ed0fd1025c2f6a10b5df04f27cfbebbb2314395 (patch)
treec6b25dca4ba12d2f89c992b4def07a97ab419cb4
parent1384cde059be80ad0c8554cfc2975893af55c86b (diff)
downloadphosphor-inventory-manager-2ed0fd1025c2f6a10b5df04f27cfbebbb2314395.tar.gz
phosphor-inventory-manager-2ed0fd1025c2f6a10b5df04f27cfbebbb2314395.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: I6477001b736d2ca6a137591ae05e83b6aaab5ee4
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 27885d3..d045e64 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@ BUILT_SOURCES=generated.cpp extra_ifaces.cpp gen_serialization.hpp
CLEANFILES=$(BUILT_SOURCES)
-sbin_PROGRAMS = phosphor-inventory
+bin_PROGRAMS = phosphor-inventory
noinst_LTLIBRARIES = libmanagercommon.la libmanager.la
extra_yamldir=$(YAML_PATH)/extra_interfaces.d
OpenPOWER on IntegriCloud