mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
Try to fix the ratzilla recipe script again
This commit is contained in:
parent
66889c4846
commit
63da499c39
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user