Skip to content

Commit

Permalink
Revert "fix: 🐛 etc/bash_complettion -> src/etc/... to avoid copy error"
Browse files Browse the repository at this point in the history
This reverts commit 08ce68b.
  • Loading branch information
ekusiadadus committed Jul 11, 2023
1 parent b3ab80c commit 05bc71c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/bootstrap/dist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1074,11 +1074,7 @@ impl Step for Cargo {

tarball.add_file(&cargo, "bin", 0o755);
tarball.add_file(etc.join("_cargo"), "share/zsh/site-functions", 0o644);
tarball.add_renamed_file(
etc.join("cargo.bashcomp.sh"),
"src/etc/bash_completion.d",
"cargo",
);
tarball.add_renamed_file(etc.join("cargo.bashcomp.sh"), "etc/bash_completion.d", "cargo");
tarball.add_dir(etc.join("man"), "share/man/man1");
tarball.add_legal_and_readme_to("share/doc/cargo");

Expand Down

0 comments on commit 05bc71c

Please sign in to comment.