summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-03-28 11:43:45 -0700
committerVernon Mauery <vernon.mauery@linux.intel.com>2019-04-01 17:10:23 +0000
commit1c8ee4902c5bb87a300cf7da1edec415ab5f5f79 (patch)
tree99ec890aea988e8fb10daff41b41fbf90b4497d1 /Makefile.am
parente8d43235a3318831053a9d13f6b8ffe2a65088a9 (diff)
downloadphosphor-host-ipmid-1c8ee4902c5bb87a300cf7da1edec415ab5f5f79.tar.gz
phosphor-host-ipmid-1c8ee4902c5bb87a300cf7da1edec415ab5f5f79.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: If171989d2c0c6a53d9368b776ac98dea743057da
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 d1ced8f..5af2544 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,7 @@ export AM_CPPFLAGS
providersdir = ${libdir}/ipmid-providers
providers_LTLIBRARIES =
-sbin_PROGRAMS = \
+bin_PROGRAMS = \
ipmid
ipmid_SOURCES = \
OpenPOWER on IntegriCloud