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: I452171c4661228d903fe0570342be630cb0dbbd9
diff --git a/monitor/Makefile.am b/monitor/Makefile.am
index e017de3..a938e00 100644
--- a/monitor/Makefile.am
+++ b/monitor/Makefile.am
@@ -1,7 +1,7 @@
AM_DEFAULT_SOURCE_EXT = .cpp
AM_CPPFLAGS = -iquote ${top_srcdir}
-sbin_PROGRAMS = \
+bin_PROGRAMS = \
phosphor-fan-monitor
phosphor_fan_monitor_SOURCES = \