summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-03-28 13:10:36 -0700
committerPatrick Venture <venture@google.com>2019-04-04 20:47:26 +0000
commitb964c928156c2e71fe3bc9a2693b02cfbba5309c (patch)
tree9b01cfb144783eaa148ae4ff1cddf5a4a552d01a /Makefile.am
parentaa2030c2fb261ec9c3e43a04afdf8b7602d20258 (diff)
downloadopenpower-proc-control-master.tar.gz
openpower-proc-control-master.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: I506628bb9930c6930284f4183d492080e79dd5f0
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9efb6d4..6c540f7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@ AM_DEFAULT_SOURCE_EXT = .cpp
systemdsystemunit_DATA = \
pcie-poweroff@.service
-sbin_PROGRAMS = \
+bin_PROGRAMS = \
openpower-proc-control
openpower_proc_control_SOURCES = \
OpenPOWER on IntegriCloud