kernel-{geltast,rebuild}: updated

This commit is contained in:
Kolan Sh 2013-04-02 12:58:17 +04:00
parent 665f96f07f
commit e6c85e5e47
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ if [[ `qlist -IC sys-fs/aufs3 | wc -l` != 0 ]]; then
[ 0 -ne $? ] && echo "emerge -1 sys-fs/aufs3 failed ;-(" && exit -1
fi
if [ "$USE_GENKERNEL" == "true" ]
if [ "$USE_GENKERNEL" == "true" ]; then
genkernel $GENKERNEL_ARGS all
[ 0 -ne $? ] && echo "genkernel $GENKERNEL_ARGS all failed ;-( =======" && exit -1
else