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
|
if [ $STAGE_CNT -eq $STAGE ]; then
|
||||||
echo "======= STAGE $STAGE: rebuild @world ======="
|
echo "======= STAGE $STAGE: rebuild @world ======="
|
||||||
source /etc/profile
|
source /etc/profile
|
||||||
emerge -1bkev @world
|
emerge -1kev @world
|
||||||
[ 0 -ne $? ] && echo "Stage $STAGE: @world rebuild failed ;-( =======" && exit $STAGE
|
[ 0 -ne $? ] && echo "Stage $STAGE: @world rebuild failed ;-( =======" && exit $STAGE
|
||||||
|
|
||||||
let STAGE++
|
let STAGE++
|
||||||
|
|
Loading…
Reference in New Issue