Fix arch list for update-cd

This commit is contained in:
Steve McIntyre 2018-07-14 13:26:23 +01:00
parent 2e5e51288f
commit b9832c3fb4
1 changed files with 1 additions and 1 deletions

View File

@ -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