From 92907da08e311656bd5980476c252c19e8dbad11 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Thu, 28 Mar 2019 11:55:58 -0700 Subject: build: install into bin instead of sbin Installs into bin instead of sbin per guidelines. Signed-off-by: Patrick Venture Change-Id: Ife0be5530266404f75b30baf1ed52bfead513679 --- mslverify/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mslverify/Makefile.am') diff --git a/mslverify/Makefile.am b/mslverify/Makefile.am index 4d79c0a..7e1eba5 100644 --- a/mslverify/Makefile.am +++ b/mslverify/Makefile.am @@ -1,7 +1,7 @@ AM_DEFAULT_SOURCE_EXT = .cpp AM_CPPFLAGS = -iquote ${top_srcdir} -sbin_PROGRAMS = phosphor-msl-verify +bin_PROGRAMS = phosphor-msl-verify phosphor_msl_verify_SOURCES = \ verify.cpp -- cgit v1.2.1