From 7d740a670b4a81ba8f25864eb226af681d0be0b1 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Thu, 28 Mar 2019 11:05:35 -0700 Subject: build: install into bin instead of sbin Installs into bin instead of sbin per guidelines. Signed-off-by: Patrick Venture Change-Id: Ifbf3b709c08bbd892060291530a906e88430f5be --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 6e65ea1..2288a3b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ AM_DEFAULT_SOURCE_EXT = .cpp 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) \ -- cgit v1.2.1