eix-remote update -> update2
https://forums.gentoo.org/viewtopic-t-1056410.html?sid=8abf22a105655b1e3cd80516382dcc60
This commit is contained in:
parent
515ce93886
commit
7e6a1d9a3d
|
@ -165,7 +165,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 update2
|
||||||
# Don't check command status as gpo.zugaina.org sometimes gets broken archive for a long time
|
# Don't check command status as gpo.zugaina.org sometimes gets broken archive for a long time
|
||||||
# [ 0 -ne $? ] && echo "Stage $STAGE: 1'st eix-remote update failed ;-( =======" && exit $STAGE
|
# [ 0 -ne $? ] && echo "Stage $STAGE: 1'st eix-remote update failed ;-( =======" && exit $STAGE
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue