summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-03-28 11:30:32 -0700
committerPatrick Venture <venture@google.com>2019-03-28 11:31:01 -0700
commitf1d09b0121d2cad6b996c09122e3266da7eecbfd (patch)
treec6ba525a88be50e715897373fbc37479fb612454 /Makefile.am
parent74e3be7d863cc504c7a6ddb54e30a97acdc9f38d (diff)
downloadphosphor-settingsd-f1d09b0121d2cad6b996c09122e3266da7eecbfd.tar.gz
phosphor-settingsd-f1d09b0121d2cad6b996c09122e3266da7eecbfd.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: I1b683415bf518045de5571b0b9517345ea2df77a
Diffstat (limited to 'Makefile.am')
-rwxr-xr-xMakefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 50c380e..dfb112d 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,7 +18,7 @@ settings_manager.hpp: ${SETTINGS_GEN_SCRIPT} ${SETTINGS_GEN_SCRIPT_FILES}
noinst_HEADERS = \
settings_manager.hpp
-sbin_PROGRAMS = \
+bin_PROGRAMS = \
phosphor-settings-manager
phosphor_settings_manager_SOURCES = \
OpenPOWER on IntegriCloud