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:20
Message-Id: 1625528451.8ba2f9ddb92f380251fc0bb98e1be724d5289eca.whissi@gentoo
1 commit: 8ba2f9ddb92f380251fc0bb98e1be724d5289eca
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 5 22:21:08 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=8ba2f9dd
7
8 gen_moddeps.sh: gen_dep_list(): Use global KEXT variable
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11
12 gen_moddeps.sh | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/gen_moddeps.sh b/gen_moddeps.sh
16 index 8c44039..61f6deb 100755
17 --- a/gen_moddeps.sh
18 +++ b/gen_moddeps.sh
19 @@ -4,7 +4,7 @@
20 gen_dep_list() {
21 if isTrue "${ALLRAMDISKMODULES}"
22 then
23 - strip_mod_paths $(find "${KERNEL_MODULES_PREFIX%/}/lib/modules/${KV}" -name "*$(modules_kext)") | sort
24 + strip_mod_paths $(find "${KERNEL_MODULES_PREFIX%/}/lib/modules/${KV}" -name "*${KEXT}") | sort
25 else
26 rm -f "${TEMP}/moddeps" >/dev/null