From b35cd0df3927cd12f670d7db70489dd0bf19441a Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Thu, 28 Mar 2019 12:51:28 -0700 Subject: build: install into bin instead of sbin Installs into bin instead of sbin per guidelines. Signed-off-by: Patrick Venture Change-Id: I4350c46e143ff7acdbeb6fa7ae6960c14aa50ef1 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1