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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 = \ -- cgit v1.2.1