summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-03-28 11:15:42 -0700
committerPatrick Venture <venture@google.com>2019-03-28 11:15:42 -0700
commitcf832ae22e98028f1a630447e10564320ba67a77 (patch)
treee05778bb0d20ba72ff5435110289abfadd1b6a1c /Makefile.am
parent736648e25eb250d1e200cea961fe75bf791f1355 (diff)
downloadphosphor-user-manager-cf832ae22e98028f1a630447e10564320ba67a77.tar.gz
phosphor-user-manager-cf832ae22e98028f1a630447e10564320ba67a77.zip
build: install into bin instead of sbin
Installs into bin instead of sbin per guidelines. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Ie3fd4aa21c2644b2673f80a17dee13819b6b546e
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud