Skip to content

Commit 06c8b43

Browse files
ekusiadaduspietroalbini
authored andcommitted
Revert "fix: 🐛 etc/bash_complettion -> src/etc/... to avoid copy error"
This reverts commit 08ce68b.
1 parent efcd08e commit 06c8b43

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/bootstrap/dist.rs

+1-5
Original file line numberDiff line numberDiff line change
@@ -1071,11 +1071,7 @@ impl Step for Cargo {
10711071

10721072
tarball.add_file(&cargo, "bin", 0o755);
10731073
tarball.add_file(etc.join("_cargo"), "share/zsh/site-functions", 0o644);
1074-
tarball.add_renamed_file(
1075-
etc.join("cargo.bashcomp.sh"),
1076-
"src/etc/bash_completion.d",
1077-
"cargo",
1078-
);
1074+
tarball.add_renamed_file(etc.join("cargo.bashcomp.sh"), "etc/bash_completion.d", "cargo");
10791075
tarball.add_dir(etc.join("man"), "share/man/man1");
10801076
tarball.add_legal_and_readme_to("share/doc/cargo");
10811077

0 commit comments

Comments
 (0)