From eb67ba13dd3f7dd74852919ee7ff704c7d399d04 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Thu, 28 Mar 2019 12:37:28 -0700 Subject: build: install into bin instead of sbin Installs into bin instead of sbin per guidelines. Signed-off-by: Patrick Venture Change-Id: Idf05538aa3eea56620afb313759bf48294e315eb --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.1