summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2009-04-28 11:58:01 +0000
committerFrans Pop <elendil@planet.nl>2009-04-28 11:58:01 +0000
commitad67704feecd56c5c9e45cf967a4f106a09d5665 (patch)
tree4c33060ea0cad8a2be111c3f57f90c99a11f0cfb
parent2724ce3271aa1a63976df24d9ab6e407585a1fed (diff)
downloadinstallation-guide-ad67704feecd56c5c9e45cf967a4f106a09d5665.zip
Update (unused) arch list
-rwxr-xr-xbuild/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.sh b/build/build.sh
index 24c42ed4c..e1a0fb9ff 100755
--- a/build/build.sh
+++ b/build/build.sh
@@ -15,7 +15,7 @@ fi
if [ -z "$architectures" ]; then
# Note: this list is no longer being maintained; see debian/archlist instead
- architectures="alpha amd64 arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc"
+ architectures="alpha amd64 armel hppa i386 ia64 m68k mips mipsel powerpc s390 sparc"
fi
if [ -z "$destination" ]; then