Fix arch list for update-cd, really
This commit is contained in:
parent
9bd65a29f7
commit
f0f6678634
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue