Try to fix the ratzilla recipe script again

This commit is contained in:
Ribbon 2025-07-03 08:20:29 -03:00
parent 66889c4846
commit 63da499c39

View File

@ -9,7 +9,7 @@ recipe="$(basename "${COOKBOOK_RECIPE}")"
colors-rgb demo demo2 minimal pong text-area user-input website world-map
do
"${COOKBOOK_CARGO}" build \
--manifest-path "${COOKBOOK_SOURCE}/examples/${PACKAGE_PATH}/Cargo.toml" \
--manifest-path "${COOKBOOK_SOURCE}/examples/${package}/Cargo.toml" \
--package "${package}" \
--release
mkdir -pv "${COOKBOOK_STAGE}/usr/bin"