eix-remote update && eix-update && eix-remote update

This commit is contained in:
Kolan Sh 2013-01-14 11:24:42 +04:00
parent f986b05dee
commit a90e16a294
1 changed files with 7 additions and 1 deletions

View File

@ -161,6 +161,12 @@ if [ $STAGE_CNT -eq $STAGE ]; then
[ 0 -ne $? ] && echo "Stage $STAGE: failed to clear /etc/portage/rsync.excludes ;-( =======" && exit $STAGE
fi
# eix-remote update
if [ `which eix-remote 2>/dev/null` ]; then
$NICE_CMD eix-remote update
[ 0 -ne $? ] && echo "Stage $STAGE: 1'st eix-remote update failed ;-( =======" && exit $STAGE
fi
# eix update
if [ `which eix-update 2>/dev/null` ]; then
$NICE_CMD eix-update
@ -170,7 +176,7 @@ if [ $STAGE_CNT -eq $STAGE ]; then
# eix-remote update
if [ `which eix-remote 2>/dev/null` ]; then
$NICE_CMD eix-remote update
[ 0 -ne $? ] && echo "Stage $STAGE: eix-remote update failed ;-( =======" && exit $STAGE
[ 0 -ne $? ] && echo "Stage $STAGE: 2'nd eix-remote update failed ;-( =======" && exit $STAGE
fi
# remind to upgrade Xorg input drivers