From b9832c3fb4fd6d3cef506718a7abc88037426dbe Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Sat, 14 Jul 2018 13:26:23 +0100 Subject: [PATCH] Fix arch list for update-cd --- update-cd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-cd b/update-cd index 7e356058..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 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