summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-03-28 11:05:35 -0700
committerPatrick Venture <venture@google.com>2019-03-28 11:05:58 -0700
commit7d740a670b4a81ba8f25864eb226af681d0be0b1 (patch)
treedd37314947933f6e5cbc47155846f79d81b0cb70
parentd847f50827e6818ba257a119b4595355873bf34b (diff)
downloadipmi-fru-parser-7d740a670b4a81ba8f25864eb226af681d0be0b1.tar.gz
ipmi-fru-parser-7d740a670b4a81ba8f25864eb226af681d0be0b1.zip
build: install into bin instead of sbinHEADmaster
Installs into bin instead of sbin per guidelines. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Ifbf3b709c08bbd892060291530a906e88430f5be
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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) \
OpenPOWER on IntegriCloud