diff --git a/buildCurrentSymlinkedKernel.sh b/buildCurrentSymlinkedKernel.sh index f80a512..d96b9e0 100755 --- a/buildCurrentSymlinkedKernel.sh +++ b/buildCurrentSymlinkedKernel.sh @@ -60,7 +60,7 @@ if [[ "$NOCONFIG" || "$FORCE" ]] ; then SUCCESS=$? if [[ $SUCCESS == 0 ]] && [[ $CHROOTED == 1 ]] ; then ( make tarxz-pkg ) >> "buildlog-$TIMESTAMP" - elif [[ $SUCCESS == 0 ]] + elif [[ $SUCCESS == 0 ]] ; then ( make install ; make modules_install ) >> "buildlog-$TIMESTAMP" GRUBMKONFIG="$(which grub2-mkconfig 2> /dev/null)"