From 700aaad5cb036b5bb006dc3e9fd3714824af1857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Canek=20Pel=C3=A1ez=20Vald=C3=A9s?= Date: Mon, 26 Oct 2020 14:09:53 -0600 Subject: [PATCH] Add bash completion. --- sys-apps/kerninst/kerninst-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-apps/kerninst/kerninst-9999.ebuild b/sys-apps/kerninst/kerninst-9999.ebuild index 9d7e1e2..1ca9149 100644 --- a/sys-apps/kerninst/kerninst-9999.ebuild +++ b/sys-apps/kerninst/kerninst-9999.ebuild @@ -3,7 +3,7 @@ EAPI="6" -inherit git-r3 +inherit git-r3 bash-completion-r1 DESCRIPTION="Kernel installator" HOMEPAGE="https://aztlan.fciencias.unam.mx/gitlab/canek/kerninst" @@ -38,5 +38,6 @@ src_install() { insinto /etc/kerninst doins kerninst.conf doins splash.bmp + newbashcomp kerninst-completion.bash ${PN} dodoc README.md COPYING AUTHORS } -- GitLab