aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gen_moddeps.sh')
-rwxr-xr-xgen_moddeps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_moddeps.sh b/gen_moddeps.sh
index 8c44039b..61f6deb1 100755
--- a/gen_moddeps.sh
+++ b/gen_moddeps.sh
@@ -4,7 +4,7 @@
gen_dep_list() {
if isTrue "${ALLRAMDISKMODULES}"
then
- strip_mod_paths $(find "${KERNEL_MODULES_PREFIX%/}/lib/modules/${KV}" -name "*$(modules_kext)") | sort
+ strip_mod_paths $(find "${KERNEL_MODULES_PREFIX%/}/lib/modules/${KV}" -name "*${KEXT}") | sort
else
rm -f "${TEMP}/moddeps" >/dev/null