summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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