phosphor-sync-software-manager: move to libexec

Non-user executables are suppose to be installed into libexec[1].

[1]: https://github.com/openbmc/docs/blob/master/anti-patterns.md#incorrect-placement-of-executables-in-sbin-usrsbin-or-bin-usrbin

Tested:

```
$ meson install -C builddir --destdir /tmp/phosphor-bmc-code-mgmt
$ find /tmp/phosphor-bmc-code-mgmt/ -name phosphor-sync-software-manager
/tmp/phosphor-bmc-code-mgmt/usr/local/libexec/phosphor-bmc-code-mgmt/phosphor-sync-software-manager
```

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ib85bbdf919c244f361d7208d988b243c4a8be6a0
2 files changed
tree: f44e3618a4fcdceb7f98d6efe3032a855f3e0f80
  1. bios/
  2. bmc/
  3. common/
  4. i2c-vr/
  5. subprojects/
  6. test/
  7. .clang-format
  8. .clang-tidy
  9. .gitignore
  10. .shellcheck
  11. LICENSE
  12. meson.build
  13. meson.options
  14. OWNERS
  15. README.md
README.md

phosphor-bmc-code-mgmt

Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture

To Build

To build this package, do the following steps:

  1. meson build
  2. ninja -C build

To clean the repository run rm -r build.