eix-remote update && eix-update && eix-remote update
This commit is contained in:
parent
f986b05dee
commit
a90e16a294
|
@ -161,6 +161,12 @@ if [ $STAGE_CNT -eq $STAGE ]; then
|
||||||
[ 0 -ne $? ] && echo "Stage $STAGE: failed to clear /etc/portage/rsync.excludes ;-( =======" && exit $STAGE
|
[ 0 -ne $? ] && echo "Stage $STAGE: failed to clear /etc/portage/rsync.excludes ;-( =======" && exit $STAGE
|
||||||
fi
|
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
|
# eix update
|
||||||
if [ `which eix-update 2>/dev/null` ]; then
|
if [ `which eix-update 2>/dev/null` ]; then
|
||||||
$NICE_CMD eix-update
|
$NICE_CMD eix-update
|
||||||
|
@ -170,7 +176,7 @@ if [ $STAGE_CNT -eq $STAGE ]; then
|
||||||
# eix-remote update
|
# eix-remote update
|
||||||
if [ `which eix-remote 2>/dev/null` ]; then
|
if [ `which eix-remote 2>/dev/null` ]; then
|
||||||
$NICE_CMD eix-remote update
|
$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
|
fi
|
||||||
|
|
||||||
# remind to upgrade Xorg input drivers
|
# remind to upgrade Xorg input drivers
|
||||||
|
|
Loading…
Reference in New Issue