From ab3b247f0406eeb4884131dfac44be870786abb6 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Thu, 28 Mar 2019 11:35:44 -0700 Subject: build: install into bin instead of sbin Installs into bin instead of sbin per guidelines. Signed-off-by: Patrick Venture Change-Id: Ie7747c1a6581742b2256ba2ddaf985df303ec39f --- Makefile.am | 2 +- fault-monitor/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 1d35716..ac8f6c7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ AM_DEFAULT_SOURCE_EXT = .cpp -sbin_PROGRAMS = phosphor-ledmanager +bin_PROGRAMS = phosphor-ledmanager phosphor_ledmanager_SOURCES = \ led-main.cpp \ diff --git a/fault-monitor/Makefile.am b/fault-monitor/Makefile.am index 044b638..eae105c 100644 --- a/fault-monitor/Makefile.am +++ b/fault-monitor/Makefile.am @@ -3,7 +3,7 @@ AM_CPPFLAGS = -I$(top_srcdir) noinst_HEADERS = fru-fault-monitor.hpp -sbin_PROGRAMS = phosphor-fru-fault-monitor +bin_PROGRAMS = phosphor-fru-fault-monitor phosphor_fru_fault_monitor_SOURCES = \ fru-fault-monitor.cpp \ -- cgit v1.2.1