We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d51f4 commit 219ca7fCopy full SHA for 219ca7f
src/main.rs
@@ -503,16 +503,18 @@ impl Context {
503
.success()
504
{
505
// Unpack the rustc documentation into the new directory.
506
+ // // Touch all files as well (see above for why).
507
run(Command::new("tar")
- .arg("xf")
508
+ .arg("xfm")
509
.arg(&tarball)
510
.arg("--strip-components=7")
511
.arg(&tarball_dir_new)
512
.current_dir(&rustc_docs))?;
513
} else {
514
515
+ // Touch all files as well (see above for why).
516
517
518
519
.arg("--strip-components=6")
520
.arg(&tarball_dir)
0 commit comments