From 6050e549a0d612d4074d582252abd57b7a358502 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Mon, 16 Feb 2015 18:39:52 +0000 Subject: [PATCH] scripts/sync-stage3.sh: Make work with x86 ... until one of these days when I give up on 32-bit altogether. --- scripts/sync-stage3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sync-stage3.sh b/scripts/sync-stage3.sh index 4131dd7..bbbe25a 100755 --- a/scripts/sync-stage3.sh +++ b/scripts/sync-stage3.sh @@ -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}