summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-03-28 12:37:28 -0700
committerPatrick Venture <venture@google.com>2019-03-28 12:38:08 -0700
commiteb67ba13dd3f7dd74852919ee7ff704c7d399d04 (patch)
treee53b1610b99ed06b01d458cdfcbdf52902d8ab96
parent1bdf22f802c7e58423a0d4f8fa49e009e57d44d1 (diff)
downloadopenpower-vpd-parser-eb67ba13dd3f7dd74852919ee7ff704c7d399d04.tar.gz
openpower-vpd-parser-eb67ba13dd3f7dd74852919ee7ff704c7d399d04.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: Idf05538aa3eea56620afb313759bf48294e315eb
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 829bd27..7759ee3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,7 +41,7 @@ writefru.hpp: ${FRU_GEN_SCRIPT} ${FRU_GEN_SCRIPT_FILES}
extra-properties-gen.hpp: ${PROP_GEN_SCRIPT} ${PROP_GEN_SCRIPT_FILES}
$(AM_V_GEN)@PROPGEN@
-sbin_PROGRAMS = openpower-read-vpd
+bin_PROGRAMS = openpower-read-vpd
openpower_read_vpd_SOURCES = \
app.cpp \
args.cpp \
OpenPOWER on IntegriCloud