summaryrefslogtreecommitdiff
path: root/build/build.sh
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2009-11-02 22:59:43 +0000
committerFrans Pop <elendil@planet.nl>2009-11-02 22:59:43 +0000
commit7e0392758007a2cd3ff95f56acfd13d90d574b9b (patch)
tree8034779558d2f3b082923e832d3f3c6a2b6974ed /build/build.sh
parent503fb1dbfc3e5bd880a4d9bdf48033e325b44326 (diff)
downloadinstallation-guide-7e0392758007a2cd3ff95f56acfd13d90d574b9b.zip
Remove support for m68k in build system
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 e1a0fb9ff..5fee7e15d 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 m68k mips mipsel powerpc s390 sparc"
+ architectures="alpha amd64 armel hppa i386 ia64 mips mipsel powerpc s390 sparc"
fi
if [ -z "$destination" ]; then