diff options
author | Patrick Venture <venture@google.com> | 2019-03-28 11:30:32 -0700 |
---|---|---|
committer | Patrick Venture <venture@google.com> | 2019-03-28 11:31:01 -0700 |
commit | f1d09b0121d2cad6b996c09122e3266da7eecbfd (patch) | |
tree | c6ba525a88be50e715897373fbc37479fb612454 /Makefile.am | |
parent | 74e3be7d863cc504c7a6ddb54e30a97acdc9f38d (diff) | |
download | phosphor-settingsd-f1d09b0121d2cad6b996c09122e3266da7eecbfd.tar.gz phosphor-settingsd-f1d09b0121d2cad6b996c09122e3266da7eecbfd.zip |
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-x | Makefile.am | 2 |
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 = \ |