makedist.inc.sh: fix for modules dependencies files not being precreated
This commit is contained in:
parent
d39bf6b060
commit
470d943bb8
@ -92,7 +92,7 @@ install_rpms_by_target "Installing ${PLATFORM} platform packages" ${MAKEDIST_TAR
|
||||
|
||||
if [ ! "$KERNEL_IGNORE" ]; then
|
||||
for K in $KERNEL_EXTRAVER $KERNEL_MORE_EXTRAVER; do
|
||||
update_modules_dependencies ${KERNEL_VER}${K}
|
||||
update_modules_dependencies ${KERNEL_MAJVER}${K}
|
||||
done
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user