summaryrefslogtreecommitdiff
path: root/build/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build/build.sh')
-rwxr-xr-xbuild/build.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/build/build.sh b/build/build.sh
index c46032cdd..110d89fb5 100755
--- a/build/build.sh
+++ b/build/build.sh
@@ -6,11 +6,13 @@ set -e
. ./po_functions
if [ -z "$languages" ]; then
- # Buildlist of languages suitable for Etch
- languages="en cs de es fr ja pt pt_BR ru zh_CN zh_TW"
+ # Buildlist of languages
+ # Note: this list is no longer being maintained; see debian/langlist instead
+ languages="en de es fr ja"
fi
if [ -z "$architectures" ]; then
+ # Note: this list is no longer being maintained; see debian/archlist instead
architectures="alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc"
fi