Install licenses into share/doc/rust/licenses
This changes the path from "licences" to "licenses" for consistency across the repo, including the usage directly around this line. This is a US/UK spelling difference, but I believe the US spelling is also more common in open source in general.
This commit is contained in:
parent
0998d4095b
commit
d183da6331
1 changed files with 1 additions and 1 deletions
|
|
@ -519,7 +519,7 @@ impl Step for Rustc {
|
|||
|
||||
// The REUSE-managed license files
|
||||
let license = |path: &Path| {
|
||||
builder.install(path, &image.join("share/doc/rust/licences"), 0o644);
|
||||
builder.install(path, &image.join("share/doc/rust/licenses"), 0o644);
|
||||
};
|
||||
for entry in t!(std::fs::read_dir(builder.src.join("LICENSES"))).flatten() {
|
||||
license(&entry.path());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue