commit:     6060765b464f990bc279c0aee623be84194066ef
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 15 21:34:45 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Jul 16 14:29:15 2020 +0000
URL:        https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=6060765b

gen_funcs.sh: check_distfiles(): Adjust pattern

Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 gen_funcs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gen_funcs.sh b/gen_funcs.sh
index eaba05a..8c6f412 100755
--- a/gen_funcs.sh
+++ b/gen_funcs.sh
@@ -1806,7 +1806,7 @@ check_disk_space_requirements() {
 }
 
 check_distfiles() {
-       local source_files=( $(compgen -A variable |grep '^GKPKG_.*SRCTAR$') )
+       local source_files=( $(compgen -A variable |grep '^GKPKG_.*_SRCTAR$') )
 
        local -a missing_sources
        local source_file=

Reply via email to