Kolan Sh 2017-01-08 01:00:40 +03:00
parent 515ce93886
commit 7e6a1d9a3d
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ if [ $STAGE_CNT -eq $STAGE ]; then
# eix-remote update
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
# [ 0 -ne $? ] && echo "Stage $STAGE: 1'st eix-remote update failed ;-( =======" && exit $STAGE
fi