commit | 66bc0a5a9fed4c06c4b26bd35e00351f2d603f4e | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Thu Mar 28 11:32:46 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Thu Mar 28 11:33:17 2019 -0700 |
tree | 445c7d0873de1261b56cdc07f76f48e74217f427 | |
parent | 6aca02e07aeb607f7f44a3381216e57c059d6900 [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: I2f61cbda4721533610516c0c91da4b3a16d15b52
diff --git a/Makefile.am b/Makefile.am index 205c708..1010533 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -1,6 +1,6 @@ AM_DEFAULT_SOURCE_EXT = .cpp -sbin_PROGRAMS = phosphor-timemanager +bin_PROGRAMS = phosphor-timemanager noinst_LTLIBRARIES = libtimemanager.la