mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
Partially fix hnefatafl-copenhagen.
This commit is contained in:
parent
59264c1e64
commit
f00828a4d4
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user