mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
app-editors/teamtype: fix bash completion
use newbashcomp to avoid .bash suffix Closes: https://bugs.gentoo.org/974579 Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
This commit is contained in:
@@ -45,7 +45,7 @@ src_install() {
|
|||||||
|
|
||||||
doman target/manpages/*.1
|
doman target/manpages/*.1
|
||||||
|
|
||||||
dobashcomp target/completions/${PN}.bash
|
newbashcomp target/completions/${PN}.bash ${PN}
|
||||||
dofishcomp target/completions/${PN}.fish
|
dofishcomp target/completions/${PN}.fish
|
||||||
dozshcomp target/completions/_${PN}
|
dozshcomp target/completions/_${PN}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user