Skip to content

Commit 78adefd

Browse files
committed
Clippy tool also has only a single LICENSE file
1 parent 6d11439 commit 78adefd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/bootstrap/dist.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1240,8 +1240,7 @@ impl Step for Clippy {
12401240
drop(fs::remove_dir_all(&overlay));
12411241
t!(fs::create_dir_all(&overlay));
12421242
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);
1243+
builder.install(&src.join("LICENSE"), &doc, 0o644);
12451244
builder.create(&overlay.join("version"), &version);
12461245

12471246
// Generate the installer tarball

0 commit comments

Comments
 (0)