mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
Move inputd to /usr/bin
This commit is contained in:
parent
1e748d30a0
commit
11ab176e41
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user