summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-03-28 11:35:44 -0700
committerPatrick Venture <venture@google.com>2019-03-28 11:36:11 -0700
commitab3b247f0406eeb4884131dfac44be870786abb6 (patch)
treed60daec4e809053816ea8d74daf782a0adee3323 /Makefile.am
parent555a279efd237fb9d381d7f7aae25c9daae85555 (diff)
downloadphosphor-led-manager-master.tar.gz
phosphor-led-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: Ie7747c1a6581742b2256ba2ddaf985df303ec39f
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 1d35716..ac8f6c7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
AM_DEFAULT_SOURCE_EXT = .cpp
-sbin_PROGRAMS = phosphor-ledmanager
+bin_PROGRAMS = phosphor-ledmanager
phosphor_ledmanager_SOURCES = \
led-main.cpp \
OpenPOWER on IntegriCloud