From 1f30ab2c476a473f3a78030c5dc1110c287e0789 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Thu, 28 Mar 2019 13:31:47 -0700 Subject: build: install into bin instead of sbin Installs into bin instead of sbin per guidelines. Change-Id: I298c17fb2bf6fcb6a949624f8bb2475f3878545f Signed-off-by: Patrick Venture --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index b4577f2..98b73bd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,7 @@ else @CODE_COVERAGE_RULES@ endif -sbin_PROGRAMS = phosphor-hwmon-readd +bin_PROGRAMS = phosphor-hwmon-readd phosphor_hwmon_readd_SOURCES = readd.cpp phosphor_hwmon_readd_LDADD = $(SDBUSPLUS_LIBS) $(CODE_COVERAGE_LIBS) libhwmon.la -- cgit v1.2.1