app-laptop/framework_tool: Fix completion installation

Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
This commit is contained in:
Patrick McLean
2026-05-05 08:44:54 -07:00
parent b4b8433278
commit 785f66e208
@@ -262,7 +262,7 @@ src_install() {
pushd "${S%${PN}}" > /dev/null || die
dodoc "${DOCS[@]}"
dobashcomp completions/bash/${PN}
dozshcomp completions/zsh/_${PN}
dobashcomp framework_tool/completions/bash/${PN}
dozshcomp framework_tool/completions/zsh/_${PN}
popd > /dev/null || die
}