Skip to content

Commit

Permalink
dev-java/ant-core: Stop installing complete-ant-cmd.pl
Browse files Browse the repository at this point in the history
The completion script is apparently buggy and conflicts with built-in
bash-completion support.  Remove it.

Closes: https://bugs.gentoo.org/623254
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Apr 30, 2019
1 parent ff0b706 commit 1e5a585
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ src_install() {
dobin src/script/ant

dodir /usr/share/${PN}/bin
for each in antRun antRun.pl runant.pl runant.py complete-ant-cmd.pl ; do
for each in antRun antRun.pl runant.pl runant.py ; do
dobin "${S}/src/script/${each}"
dosym ../../../bin/${each} /usr/share/${PN}/bin/${each}
done
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ src_install() {
dobin src/script/ant

dodir /usr/share/${PN}/bin
for each in antRun antRun.pl runant.pl runant.py complete-ant-cmd.pl ; do
for each in antRun antRun.pl runant.pl runant.py ; do
dobin "${S}/src/script/${each}"
dosym ../../../bin/${each} /usr/share/${PN}/bin/${each}
done
Expand Down

0 comments on commit 1e5a585

Please sign in to comment.