We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d65c08e commit 6091538Copy full SHA for 6091538
src/bootstrap/dist.rs
@@ -2617,7 +2617,7 @@ impl Step for BuildManifest {
2617
let image_bin = image.join("bin");
2618
let _ = fs::remove_dir_all(&image);
2619
t!(fs::create_dir_all(&image_bin));
2620
- builder.install(&build_manifest, &image_bin.join("build-manifest"), 0o755);
+ builder.install(&build_manifest, &image_bin, 0o755);
2621
2622
// Prepare the overlay.
2623
let overlay = tmp.join("build-manifest-overlay");
0 commit comments