Don't build binary packages on @world rebuild.
This commit is contained in:
parent
b302e20017
commit
8254c64118
|
@ -327,7 +327,7 @@ let STAGE_CNT++
|
|||
if [ $STAGE_CNT -eq $STAGE ]; then
|
||||
echo "======= STAGE $STAGE: rebuild @world ======="
|
||||
source /etc/profile
|
||||
emerge -1bkev @world
|
||||
emerge -1kev @world
|
||||
[ 0 -ne $? ] && echo "Stage $STAGE: @world rebuild failed ;-( =======" && exit $STAGE
|
||||
|
||||
let STAGE++
|
||||
|
|
Loading…
Reference in New Issue