From 8254c641188bec06f42f308ea4551162777af2c2 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Mon, 16 Jun 2014 12:00:43 +0400 Subject: [PATCH] Don't build binary packages on @world rebuild. --- sbin/gentoo-upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/gentoo-upgrade.sh b/sbin/gentoo-upgrade.sh index 5596d5f..4b5e3ba 100755 --- a/sbin/gentoo-upgrade.sh +++ b/sbin/gentoo-upgrade.sh @@ -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++