Skip to content

Commit 13c65e9

Browse files
authored
Merge pull request #153 from anthonykirby/issue-152-autoinstall-environment
fix environment 'module'/'module_version' for autoinstall
2 parents 9869be8 + 9d88a30 commit 13c65e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dkms

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3416,7 +3416,7 @@ autoinstall() {
34163416
for mv in "${to_install[@]}"; do
34173417
IFS=/ read m v <<< "$mv"
34183418
if [[ -z "${build_depends[$m]}" ]]; then
3419-
(module="$m"; module_version="$v"; install_module)
3419+
(module="$m" module_version="$v" kernelver="$kernelver" arch="$arch" install_module)
34203420
installed_modules[${#installed_modules[@]}]="$m"
34213421
install_count=$(($install_count +1))
34223422
else

0 commit comments

Comments
 (0)