summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-03-28 11:22:15 -0700
committerPatrick Venture <venture@google.com>2019-03-28 11:40:22 -0700
commit71779ab4b3699a22f3bb88f2d94ee25c81b15d6f (patch)
tree3d77b7d69490f442c26c2d2a3db60d2e5e93715d
parent59096e50db52d85d2252bb5c7de054bd3c8156c5 (diff)
downloadphosphor-fan-presence-71779ab4b3699a22f3bb88f2d94ee25c81b15d6f.tar.gz
phosphor-fan-presence-71779ab4b3699a22f3bb88f2d94ee25c81b15d6f.zip
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: I452171c4661228d903fe0570342be630cb0dbbd9
-rw-r--r--control/Makefile.am2
-rw-r--r--cooling-type/Makefile.am2
-rw-r--r--monitor/Makefile.am2
-rw-r--r--presence/Makefile.am2
4 files changed, 4 insertions, 4 deletions
diff --git a/control/Makefile.am b/control/Makefile.am
index 5546877..31e86c0 100644
--- a/control/Makefile.am
+++ b/control/Makefile.am
@@ -1,7 +1,7 @@
AM_DEFAULT_SOURCE_EXT = .cpp
AM_CPPFLAGS = -iquote ${top_srcdir}
-sbin_PROGRAMS = \
+bin_PROGRAMS = \
phosphor-fan-control
phosphor_fan_control_SOURCES = \
diff --git a/cooling-type/Makefile.am b/cooling-type/Makefile.am
index 0c3dfa8..181812e 100644
--- a/cooling-type/Makefile.am
+++ b/cooling-type/Makefile.am
@@ -1,7 +1,7 @@
AM_DEFAULT_SOURCE_EXT = .cpp
AM_CPPFLAGS = -iquote ${top_srcdir}
-sbin_PROGRAMS = \
+bin_PROGRAMS = \
phosphor-cooling-type
phosphor_cooling_type_SOURCES = \
diff --git a/monitor/Makefile.am b/monitor/Makefile.am
index e017de3..a938e00 100644
--- a/monitor/Makefile.am
+++ b/monitor/Makefile.am
@@ -1,7 +1,7 @@
AM_DEFAULT_SOURCE_EXT = .cpp
AM_CPPFLAGS = -iquote ${top_srcdir}
-sbin_PROGRAMS = \
+bin_PROGRAMS = \
phosphor-fan-monitor
phosphor_fan_monitor_SOURCES = \
diff --git a/presence/Makefile.am b/presence/Makefile.am
index 445ef9e..28412ee 100644
--- a/presence/Makefile.am
+++ b/presence/Makefile.am
@@ -1,7 +1,7 @@
AM_DEFAULT_SOURCE_EXT = .cpp
AM_CPPFLAGS = -iquote ${top_srcdir}
-sbin_PROGRAMS = \
+bin_PROGRAMS = \
phosphor-fan-presence-tach
phosphor_fan_presence_tach_SOURCES = \
OpenPOWER on IntegriCloud