summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-03-28 11:32:46 -0700
committerPatrick Venture <venture@google.com>2019-03-28 11:33:17 -0700
commit66bc0a5a9fed4c06c4b26bd35e00351f2d603f4e (patch)
tree445c7d0873de1261b56cdc07f76f48e74217f427
parent6aca02e07aeb607f7f44a3381216e57c059d6900 (diff)
downloadphosphor-time-manager-master.tar.gz
phosphor-time-manager-master.zip
build: install into bin instead of sbinHEADmaster
Installs into bin instead of sbin per guidelines. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I2f61cbda4721533610516c0c91da4b3a16d15b52
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud