summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--Makefile.am2
-rw-r--r--softoff/Makefile.am2
2 files changed, 2 insertions, 2 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 = \
diff --git a/softoff/Makefile.am b/softoff/Makefile.am
index 8383b68..00f78a5 100644
--- a/softoff/Makefile.am
+++ b/softoff/Makefile.am
@@ -1,5 +1,5 @@
AM_DEFAULT_SOURCE_EXT = .cpp
-sbin_PROGRAMS = phosphor-softpoweroff
+bin_PROGRAMS = phosphor-softpoweroff
# Using ../ instead of $(top_srcdir) due to automake bug in version 1.15.
# https://debbugs.gnu.org/cgi/bugreport.cgi?bug=13928
OpenPOWER on IntegriCloud