diff --git a/recipes/core/base/recipe.toml b/recipes/core/base/recipe.toml index 206e1a8d..169fc2a8 100644 --- a/recipes/core/base/recipe.toml +++ b/recipes/core/base/recipe.toml @@ -17,9 +17,7 @@ done "${COOKBOOK_CARGO}" build \ --manifest-path "${COOKBOOK_SOURCE}/netstack/Cargo.toml" \ ${build_flags} -for bin in smolnetd dnsd; do - cp -v \ - "target/${TARGET}/${build_type}/${bin}" \ - "${COOKBOOK_STAGE}/usr/bin/${bin}" -done +cp -v \ + "target/${TARGET}/${build_type}/smolnetd" \ + "${COOKBOOK_STAGE}/usr/bin/smolnetd" """