From 66889c4846552d65f1270636de9ec38e5295d849 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 3 Jul 2025 08:17:48 -0300 Subject: [PATCH] Try to fix the ratzilla recipe script --- recipes/wip/demos/ratzilla/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/wip/demos/ratzilla/recipe.toml b/recipes/wip/demos/ratzilla/recipe.toml index 5f2168198..d6bd3a378 100644 --- a/recipes/wip/demos/ratzilla/recipe.toml +++ b/recipes/wip/demos/ratzilla/recipe.toml @@ -11,7 +11,7 @@ colors-rgb demo demo2 minimal pong text-area user-input website world-map "${COOKBOOK_CARGO}" build \ --manifest-path "${COOKBOOK_SOURCE}/examples/${PACKAGE_PATH}/Cargo.toml" \ --package "${package}" \ - --release \ + --release mkdir -pv "${COOKBOOK_STAGE}/usr/bin" cp -v \ "target/${TARGET}/${build_type}/examples/${package}" \