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" +"""