summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-03-28 10:50:21 -0700
committerPatrick Venture <venture@google.com>2019-03-28 10:52:35 -0700
commit8c8072aa4a084aace4ee16614fad9c626c8f8a44 (patch)
tree4da56271bfc930cf678a285e1ae65fe43bacbc43
parent50ae4b152ba8aaecd1a09634d2df7036f14e03ed (diff)
downloadphosphor-watchdog-8c8072aa4a084aace4ee16614fad9c626c8f8a44.tar.gz
phosphor-watchdog-8c8072aa4a084aace4ee16614fad9c626c8f8a44.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: I9d2a01a37179f19ce272f13641217f9bdc4a1315
-rw-r--r--Makefile.am2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 26c1980..9316cc5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-sbin_PROGRAMS = phosphor-watchdog
+bin_PROGRAMS = phosphor-watchdog
noinst_HEADERS = watchdog.hpp
diff --git a/meson.build b/meson.build
index 75d19e6..456f179 100644
--- a/meson.build
+++ b/meson.build
@@ -36,7 +36,7 @@ executable(
sdeventplus,
],
install: true,
- install_dir: get_option('sbindir'))
+ install_dir: get_option('bindir'))
if not build_tests.disabled()
subdir('test')
OpenPOWER on IntegriCloud