summaryrefslogtreecommitdiff
path: root/build/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build/build.sh')
-rwxr-xr-xbuild/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.sh b/build/build.sh
index 5fee7e15d..d1635c2e6 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 armel hppa i386 ia64 mips mipsel powerpc s390 sparc"
+ architectures="amd64 armel hppa i386 ia64 mips mipsel powerpc s390 sparc"
fi
if [ -z "$destination" ]; then