commit | 004938eb17af464fc1ba02f883adb78ad3bd40dd | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Thu Mar 28 11:18:35 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Tue Jun 18 14:45:31 2019 +0000 |
tree | d3acdba4e358d89b97c868c3ede4916d2c129325 | |
parent | 5ba7176ca2755080e35daba0b5417386abf17f6d [diff] |
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: I205f86bcaca77e9e99be201b671373ab950d2329
diff --git a/Makefile.am b/Makefile.am index 9279a1d..32d14cf 100755 --- a/Makefile.am +++ b/Makefile.am
@@ -14,7 +14,7 @@ nobase_nodist_include_HEADERS = \ xyz/openbmc_project/Dump/Internal/Create/server.hpp -sbin_PROGRAMS = \ +bin_PROGRAMS = \ phosphor-dump-manager \ phosphor-dump-monitor