buildCurrentSymlinkedKernel: fix creation of package
This commit is contained in:
parent
4a0e69ea3a
commit
31c43f5fb6
1 changed files with 1 additions and 1 deletions
|
@ -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)"
|
||||
|
|
Loading…
Add table
Reference in a new issue