summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-03-28 12:41:34 -0700
committerPatrick Venture <venture@google.com>2019-03-28 12:41:54 -0700
commitab8231c66364286a10b0da6d64d9742752323b4d (patch)
tree54f9709ee2e94bf855225455c0e3bb402597d8d7
parentefd8e9106a73c99d84dbafaf4f9348fca9abd1c0 (diff)
downloadphosphor-bmc-code-mgmt-ab8231c66364286a10b0da6d64d9742752323b4d.tar.gz
phosphor-bmc-code-mgmt-ab8231c66364286a10b0da6d64d9742752323b4d.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: I77f4082b9d55da775b0af59328d504f9ac9cd163
-rwxr-xr-xMakefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index f2042c2..50ecf3d 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,7 +12,7 @@ noinst_HEADERS = \
flash.hpp \
item_updater_helper.hpp
-sbin_PROGRAMS = \
+bin_PROGRAMS = \
phosphor-version-software-manager \
phosphor-download-manager \
phosphor-image-updater
@@ -61,7 +61,7 @@ if WANT_SYNC
noinst_HEADERS += \
sync_manager.hpp \
sync_watch.hpp
-sbin_PROGRAMS += phosphor-sync-software-manager
+bin_PROGRAMS += phosphor-sync-software-manager
phosphor_sync_software_manager_SOURCES = \
sync_manager.cpp \
sync_watch.cpp \
OpenPOWER on IntegriCloud