commit | cf832ae22e98028f1a630447e10564320ba67a77 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Thu Mar 28 11:15:42 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Thu Mar 28 11:15:42 2019 -0700 |
tree | e05778bb0d20ba72ff5435110289abfadd1b6a1c | |
parent | 736648e25eb250d1e200cea961fe75bf791f1355 [diff] [blame] |
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
diff --git a/phosphor-ldap-mapper/Makefile.am b/phosphor-ldap-mapper/Makefile.am index c2896ba..1c631e7 100644 --- a/phosphor-ldap-mapper/Makefile.am +++ b/phosphor-ldap-mapper/Makefile.am
@@ -1,4 +1,4 @@ -sbin_PROGRAMS = phosphor-ldap-mapper +bin_PROGRAMS = phosphor-ldap-mapper noinst_HEADERS = ldap_mapper_mgr.hpp \ ldap_mapper_entry.hpp \