buildCurrentSymlinkedKernel: fix creation of package

This commit is contained in:
layman 2019-06-25 10:59:04 +02:00
parent 4a0e69ea3a
commit 31c43f5fb6

View file

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