We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d11439 commit 78adefdCopy full SHA for 78adefd
src/bootstrap/dist.rs
@@ -1240,8 +1240,7 @@ impl Step for Clippy {
1240
drop(fs::remove_dir_all(&overlay));
1241
t!(fs::create_dir_all(&overlay));
1242
builder.install(&src.join("README.md"), &overlay, 0o644);
1243
- builder.install(&src.join("LICENSE-MIT"), &overlay, 0o644);
1244
- builder.install(&src.join("LICENSE-APACHE"), &overlay, 0o644);
+ builder.install(&src.join("LICENSE"), &doc, 0o644);
1245
builder.create(&overlay.join("version"), &version);
1246
1247
// Generate the installer tarball
0 commit comments