Skip to content

Commit

Permalink
Clippy tool also has only a single LICENSE file
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Jul 2, 2018
1 parent 6d11439 commit 78adefd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/bootstrap/dist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1240,8 +1240,7 @@ impl Step for Clippy {
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
Expand Down

0 comments on commit 78adefd

Please sign in to comment.