diff --git a/recipes/wip/tools/run/recipe.toml b/recipes/wip/tools/run/recipe.toml index 6cbbfa07ef7e5df853b069ce8e9dc27e6102bfcb..fa2c06bd6f16621e70848967ed934baaf6852479 100644 --- a/recipes/wip/tools/run/recipe.toml +++ b/recipes/wip/tools/run/recipe.toml @@ -2,4 +2,8 @@ [source] git = "https://github.com/LyonSyonII/run" [build] -template = "cargo" +template = "custom" +script = """ +cd "${COOKBOOK_SOURCE}"/cli +cookbook_cargo +"""