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:
Nicolas PARLANT
2026-05-11 14:22:34 +02:00
parent 1b01d77dc6
commit 292cc9f22d

View File

@@ -45,7 +45,7 @@ src_install() {
doman target/manpages/*.1
dobashcomp target/completions/${PN}.bash
newbashcomp target/completions/${PN}.bash ${PN}
dofishcomp target/completions/${PN}.fish
dozshcomp target/completions/_${PN}
}