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: I774acd855e2b273fd2f22856f57273eb1739367d
1 file changed
tree: 1c3e5f7655492cb9daf997f087ba7a55c5b828a7
  1. .clang-format
  2. bootstrap.sh
  3. configure.ac
  4. kcsbridged.c
  5. kcsbridged.service
  6. LICENSE
  7. MAINTAINERS
  8. Makefile.am
  9. org.openbmc.HostIpmi.conf
  10. README.md
README.md

kcsbridge

To Build

To build this package, do the following steps:

1. ./bootstrap.sh
2. ./configure ${CONFIGURE_FLAGS}
3. make

To full clean the repository again run ./bootstrap.sh clean.