summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-03-28 12:54:43 -0700
committerPatrick Venture <venture@google.com>2019-03-28 12:54:43 -0700
commit799eb1972c141271068cd4ea1010753e0347d8ab (patch)
tree605ae49affde171032d559014abe8597474fd011
parentdf7a6157b352ed251af7e3d7b7e4ef45f6f9e740 (diff)
downloadopenpower-pnor-code-mgmt-799eb1972c141271068cd4ea1010753e0347d8ab.tar.gz
openpower-pnor-code-mgmt-799eb1972c141271068cd4ea1010753e0347d8ab.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: I8781724e7261745896166421504ba88f37690ebc
-rwxr-xr-xMakefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d6720abdf..f95a44d2d 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@ AM_DEFAULT_SOURCE_EXT = .cpp
ACLOCAL_AMFLAGS = -Im4
-sbin_PROGRAMS = \
+bin_PROGRAMS = \
openpower-update-manager \
openpower-pnor-msl
OpenPOWER on IntegriCloud