From f0f66786349e5f7fe75c6a0a93413c7f7a567d87 Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Sat, 14 Jul 2018 13:24:47 +0100 Subject: [PATCH] Fix arch list for update-cd, really --- update-cd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-cd b/update-cd index 5ea5d2cf..237a8cc0 100755 --- a/update-cd +++ b/update-cd @@ -90,7 +90,7 @@ CAPCODE=`perl -e "print ucfirst("$CODENAME")"` export FIRSTVER CAPCODE if [ "$ARCHLIST"x = ""x ] ; then - ARCHLIST="arm64 armel armhf amd64 i386 mips mipsel mips64el powerpc64el s390x source" # amd64 # -all dealt with specially + ARCHLIST="arm64 armel armhf amd64 i386 mips mipsel mips64el ppc64el s390x source" # amd64 # -all dealt with specially fi export TDIR NONFREE VER MIRROR CODENAME OUT BASEDIR