diff options
| author | Patrick Venture <venture@google.com> | 2019-03-28 11:22:15 -0700 |
|---|---|---|
| committer | Patrick Venture <venture@google.com> | 2019-03-28 11:40:22 -0700 |
| commit | 71779ab4b3699a22f3bb88f2d94ee25c81b15d6f (patch) | |
| tree | 3d77b7d69490f442c26c2d2a3db60d2e5e93715d /monitor | |
| parent | 59096e50db52d85d2252bb5c7de054bd3c8156c5 (diff) | |
| download | phosphor-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
Diffstat (limited to 'monitor')
| -rw-r--r-- | monitor/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 = \ |

