Make sure to install recipes using the cargo template get installed in /usr/bin too

This commit is contained in:
bjorn3 2024-01-08 21:45:59 +01:00
parent adaf1c9631
commit 6b90326bca

View File

@ -449,7 +449,7 @@ COOKBOOK_CARGO="${COOKBOOK_REDOXER}"
function cookbook_cargo {
"${COOKBOOK_CARGO}" install \
--path "${COOKBOOK_SOURCE}" \
--root "${COOKBOOK_STAGE}" \
--root "${COOKBOOK_STAGE}/usr" \
--locked \
--no-track \
"$@"