From 1c8ee4902c5bb87a300cf7da1edec415ab5f5f79 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Thu, 28 Mar 2019 11:43:45 -0700 Subject: build: install into bin instead of sbin Installs into bin instead of sbin per guidelines. Signed-off-by: Patrick Venture Change-Id: If171989d2c0c6a53d9368b776ac98dea743057da --- Makefile.am | 2 +- softoff/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index d1ced8f..5af2544 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,7 @@ export AM_CPPFLAGS providersdir = ${libdir}/ipmid-providers providers_LTLIBRARIES = -sbin_PROGRAMS = \ +bin_PROGRAMS = \ ipmid ipmid_SOURCES = \ diff --git a/softoff/Makefile.am b/softoff/Makefile.am index 8383b68..00f78a5 100644 --- a/softoff/Makefile.am +++ b/softoff/Makefile.am @@ -1,5 +1,5 @@ AM_DEFAULT_SOURCE_EXT = .cpp -sbin_PROGRAMS = phosphor-softpoweroff +bin_PROGRAMS = phosphor-softpoweroff # Using ../ instead of $(top_srcdir) due to automake bug in version 1.15. # https://debbugs.gnu.org/cgi/bugreport.cgi?bug=13928 -- cgit v1.2.1