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: Ifbf3b709c08bbd892060291530a906e88430f5be
diff --git a/Makefile.am b/Makefile.am
index 6e65ea1..2288a3b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@
CLEANFILES=$(BUILT_SOURCES)
-sbin_PROGRAMS = phosphor-read-eeprom
+bin_PROGRAMS = phosphor-read-eeprom
phosphor_read_eeprom_SOURCES = readeeprom.cpp
phosphor_read_eeprom_LDFLAGS = $(SYSTEMD_LIBS) \