From 71779ab4b3699a22f3bb88f2d94ee25c81b15d6f Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Thu, 28 Mar 2019 11:22:15 -0700 Subject: build: install into bin instead of sbin Installs into bin instead of sbin per guidelines. Signed-off-by: Patrick Venture Change-Id: I452171c4661228d903fe0570342be630cb0dbbd9 --- control/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'control/Makefile.am') diff --git a/control/Makefile.am b/control/Makefile.am index 5546877..31e86c0 100644 --- a/control/Makefile.am +++ b/control/Makefile.am @@ -1,7 +1,7 @@ AM_DEFAULT_SOURCE_EXT = .cpp AM_CPPFLAGS = -iquote ${top_srcdir} -sbin_PROGRAMS = \ +bin_PROGRAMS = \ phosphor-fan-control phosphor_fan_control_SOURCES = \ -- cgit v1.2.1