From 8d73ecc27fb58143adf8fe510f17fbef11374428 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 23 Apr 2025 16:15:38 -0600 Subject: [PATCH] cargo: install to /usr --- recipes/dev/cargo/recipe.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/dev/cargo/recipe.toml b/recipes/dev/cargo/recipe.toml index c02f2878..07acd357 100644 --- a/recipes/dev/cargo/recipe.toml +++ b/recipes/dev/cargo/recipe.toml @@ -27,6 +27,6 @@ export DEP_Z_ROOT="${COOKBOOK_SYSROOT}" -- \ -L "${COOKBOOK_SYSROOT}/lib" \ -C link-arg="-lnghttp2" -mkdir -pv "${COOKBOOK_STAGE}/bin" -cp -v "target/${TARGET}/release/cargo" "${COOKBOOK_STAGE}/bin/cargo" -""" \ No newline at end of file +mkdir -pv "${COOKBOOK_STAGE}/usr/bin" +cp -v "target/${TARGET}/release/cargo" "${COOKBOOK_STAGE}/usr/bin/cargo" +"""