Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: /
Date: Thu, 16 Jul 2020 15:03:28
Message-Id: 1594909755.6060765b464f990bc279c0aee623be84194066ef.whissi@gentoo
1 commit: 6060765b464f990bc279c0aee623be84194066ef
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 15 21:34:45 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 16 14:29:15 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=6060765b
7
8 gen_funcs.sh: check_distfiles(): Adjust pattern
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11
12 gen_funcs.sh | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/gen_funcs.sh b/gen_funcs.sh
16 index eaba05a..8c6f412 100755
17 --- a/gen_funcs.sh
18 +++ b/gen_funcs.sh
19 @@ -1806,7 +1806,7 @@ check_disk_space_requirements() {
20 }
21
22 check_distfiles() {
23 - local source_files=( $(compgen -A variable |grep '^GKPKG_.*SRCTAR$') )
24 + local source_files=( $(compgen -A variable |grep '^GKPKG_.*_SRCTAR$') )
25
26 local -a missing_sources
27 local source_file=