Fix arch list for update-cd

This commit is contained in:
Steve McIntyre 2018-07-14 13:23:21 +01:00
parent 83b2a37a0f
commit 9bd65a29f7
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ CAPCODE=`perl -e "print ucfirst("$CODENAME")"`
export FIRSTVER CAPCODE export FIRSTVER CAPCODE
if [ "$ARCHLIST"x = ""x ] ; then 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 powerpc64el s390x source" # amd64 # -all dealt with specially
fi fi
export TDIR NONFREE VER MIRROR CODENAME OUT BASEDIR export TDIR NONFREE VER MIRROR CODENAME OUT BASEDIR