From f00828a4d41c5fa53cf84921ed81695998a869fa Mon Sep 17 00:00:00 2001 From: David Campbell Date: Fri, 12 Dec 2025 17:40:40 -0500 Subject: [PATCH] Partially fix hnefatafl-copenhagen. --- recipes/wip/games/strategy/hnefatafl-copenhagen/recipe.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/wip/games/strategy/hnefatafl-copenhagen/recipe.toml b/recipes/wip/games/strategy/hnefatafl-copenhagen/recipe.toml index 9901c75f1..9b98f8d7b 100644 --- a/recipes/wip/games/strategy/hnefatafl-copenhagen/recipe.toml +++ b/recipes/wip/games/strategy/hnefatafl-copenhagen/recipe.toml @@ -13,13 +13,14 @@ template = "custom" script = """ "${COOKBOOK_CARGO}" build \ --manifest-path "${COOKBOOK_SOURCE}/${PACKAGE_PATH}/Cargo.toml" \ - --example hnefatafl-client \ + --bin hnefatafl-client \ + --features client \ --release \ --no-default-features mkdir -pv "${COOKBOOK_STAGE}/usr/bin" cp -v \ - "target/${TARGET}/release/examples/hnefatafl-client" \ + "target/${TARGET}/release/hnefatafl-client" \ "${COOKBOOK_STAGE}/usr/bin/hnefatafl-client" mkdir -pv "${COOKBOOK_STAGE}"/usr/games