makedist.inc.sh: fix for modules dependencies files not being precreated

This commit is contained in:
Silvan Calarco 2013-04-14 21:29:34 +02:00
parent d39bf6b060
commit 470d943bb8

View File

@ -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