summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-03-28 12:51:28 -0700
committerEdward A. James <eajames@us.ibm.com>2019-04-10 17:05:00 +0000
commitb35cd0df3927cd12f670d7db70489dd0bf19441a (patch)
tree7baef0787354c4f58873f2148f6fb2ae9181a11b /Makefile.am
parent774f9af9a2d861f49c878d9eeca9830bef44127b (diff)
downloadopenpower-occ-control-b35cd0df3927cd12f670d7db70489dd0bf19441a.tar.gz
openpower-occ-control-b35cd0df3927cd12f670d7db70489dd0bf19441a.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: I4350c46e143ff7acdbeb6fa7ae6960c14aa50ef1
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 b883f94..523883b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,7 +12,7 @@ noinst_HEADERS = \
noinst_LTLIBRARIES = libocc_control.la
-sbin_PROGRAMS = openpower-occ-control
+bin_PROGRAMS = openpower-occ-control
openpower_occ_control_SOURCES = \
app.cpp
OpenPOWER on IntegriCloud