From cf832ae22e98028f1a630447e10564320ba67a77 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Thu, 28 Mar 2019 11:15:42 -0700 Subject: build: install into bin instead of sbin Installs into bin instead of sbin per guidelines. Signed-off-by: Patrick Venture Change-Id: Ie3fd4aa21c2644b2673f80a17dee13819b6b546e --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b138aea..7c7271e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -sbin_PROGRAMS = phosphor-user-manager +bin_PROGRAMS = phosphor-user-manager noinst_HEADERS = user_mgr.hpp users.hpp -- cgit v1.2.1