Added amd64 to the list of arches, but commented out for now so things

don't fail for people without amd64 mirrored.
This commit is contained in:
Steve McIntyre 2004-12-08 23:01:14 +00:00
parent 3d0dc9ab13
commit da7032c4bd
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
TMP_OUT=$OUT
for ARCH in i386 alpha arm hppa ia64 m68k mips mipsel powerpc s390 sparc
for ARCH in i386 alpha arm hppa ia64 m68k mips mipsel powerpc s390 sparc #amd64
do
export ARCH
echo "Now we're going to build CD for $ARCH !"