From 75b463a1fad9aff45bd88f5a9512ff64893a75be Mon Sep 17 00:00:00 2001 From: Ada Ahmed Date: Fri, 24 Jan 2025 15:11:45 +0000 Subject: [PATCH] sys-apps/ugrep: fix completions lacking compgen.sh Signed-off-by: Ada Ahmed --- sys-apps/ugrep/ugrep-7.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/ugrep/ugrep-7.2.0.ebuild b/sys-apps/ugrep/ugrep-7.2.0.ebuild index 4acdd0f478..3118c3c5da 100644 --- a/sys-apps/ugrep/ugrep-7.2.0.ebuild +++ b/sys-apps/ugrep/ugrep-7.2.0.ebuild @@ -61,8 +61,8 @@ src_configure() { src_install() { default - dobashcomp "${S}"/completions/bash/ug "${S}"/completions/bash/ugrep-indexer - dofishcomp "${S}"/completions/fish/*.fish + dobashcomp "${S}"/completions/bash/* + dofishcomp "${S}"/completions/fish/* dozshcomp "${S}"/completions/zsh/_* }