phosphor-usb-code-update: 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-
phosphor-usb-code-update: 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-usb-code-update /tmp/phosphor-bmc-code-mgmt/usr/local/libexec/phosphor-bmc-code-mgmt/phosphor-usb-code-update ```
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I59925038785709c3bfb2e374c4a233e2cd9d9176
show more ...
|