Move inputd to /usr/bin

This commit is contained in:
Jeremy Soller 2024-06-24 11:36:20 -06:00
parent 1e748d30a0
commit 11ab176e41
No known key found for this signature in database
GPG Key ID: D02FD439211AF56F

View File

@ -41,7 +41,7 @@ export CARGO_PROFILE_RELEASE_PANIC=abort
$(for bin in "${BINS[@]}"; do echo "-p" "${bin}"; done)
for bin in "${BINS[@]}"
do
if [[ "${bin}" == "pcid" ]]; then
if [[ "${bin}" == "inputd" || "${bin}" == "pcid" ]]; then
cp -v "target/${TARGET}/release/${bin}" "${COOKBOOK_STAGE}/usr/bin"
else
cp -v "target/${TARGET}/release/${bin}" "${COOKBOOK_STAGE}/usr/lib/drivers"