mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
Clippy tool also has only a single LICENSE file
This commit is contained in:
@@ -1240,8 +1240,7 @@ fn run(self, builder: &Builder) -> Option<PathBuf> {
|
||||
drop(fs::remove_dir_all(&overlay));
|
||||
t!(fs::create_dir_all(&overlay));
|
||||
builder.install(&src.join("README.md"), &overlay, 0o644);
|
||||
builder.install(&src.join("LICENSE-MIT"), &overlay, 0o644);
|
||||
builder.install(&src.join("LICENSE-APACHE"), &overlay, 0o644);
|
||||
builder.install(&src.join("LICENSE"), &doc, 0o644);
|
||||
builder.create(&overlay.join("version"), &version);
|
||||
|
||||
// Generate the installer tarball
|
||||
|
||||
Reference in New Issue
Block a user