scripts/sync-stage3.sh: Make work with x86

... until one of these days when I give up on 32-bit altogether.
This commit is contained in:
Albert Hopkins 2015-02-16 18:39:52 +00:00
parent 2841b6ebf7
commit 6050e549a0
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ latest=/releases/${g_arch}/autobuilds/latest-stage3.txt
${rsync} ${RSYNC_MIRROR}${latest} latest-stage3.txt
file=$(egrep -v 'nomultilib|hardened|uclibc|^#' latest-stage3.txt \
| grep ${arch}|head -n 1 \
| grep -E ${arch}\|i686 |head -n 1 \
| cut -d ' ' -f 1)
file=/releases/${g_arch}/autobuilds/${file}