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: Tue, 06 Jul 2021 00:25:21
Message-Id: 1625528451.a646434678303f214449f045711930c2610ce0a8.whissi@gentoo
1 commit: a646434678303f214449f045711930c2610ce0a8
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 5 22:21:49 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 5 23:40:51 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=a6464346
7
8 gen_moddeps.sh: modules_dep_list(): Use global KEXT variable
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11
12 gen_moddeps.sh | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/gen_moddeps.sh b/gen_moddeps.sh
16 index 61f6deb..30e1709 100755
17 --- a/gen_moddeps.sh
18 +++ b/gen_moddeps.sh
19 @@ -47,7 +47,6 @@ gen_deps() {
20 }
21
22 modules_dep_list() {
23 - KEXT=$(modules_kext)
24 if [ -f "${KERNEL_MODULES_PREFIX%/}/lib/modules/${KV}/modules.dep" ]
25 then
26 grep -F -- "/${1}${KEXT}:" "${KERNEL_MODULES_PREFIX%/}/lib/modules/${KV}/modules.dep" | cut -d\: -f2