summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-03-28 10:58:54 -0700
committerVernon Mauery <vernon.mauery@linux.intel.com>2019-04-01 17:09:36 +0000
commit17c17cc7caf2c1121d00eb7863c24762c636499e (patch)
treef8c1aaf024863d1e62e2c25d84ed26d28259818b
parent250bf103ca5162498522a6356e734fef56cecd27 (diff)
downloadphosphor-net-ipmid-17c17cc7caf2c1121d00eb7863c24762c636499e.tar.gz
phosphor-net-ipmid-17c17cc7caf2c1121d00eb7863c24762c636499e.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: I6ce824eb1be11356c0b902f90bdc6e8c2ede950c
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f8b2160..7d161b3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,7 @@ BOOST_CXX = \
-DBOOST_ASIO_DISABLE_THREADS \
-DBOOST_ALL_NO_LIB
-sbin_PROGRAMS = \
+bin_PROGRAMS = \
netipmid
netipmid_SOURCES = \
OpenPOWER on IntegriCloud