From 63da499c39ca22cfd4a66194b54841d35ef863a1 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 3 Jul 2025 08:20:29 -0300 Subject: [PATCH] Try to fix the ratzilla recipe script again --- 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 d6bd3a378..964d0621d 100644 --- a/recipes/wip/demos/ratzilla/recipe.toml +++ b/recipes/wip/demos/ratzilla/recipe.toml @@ -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"