summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-tlpdb
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/tl-update-tlpdb')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-tlpdb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlpdb b/Master/tlpkg/bin/tl-update-tlpdb
index f24f24618af..98dc06e519f 100755
--- a/Master/tlpkg/bin/tl-update-tlpdb
+++ b/Master/tlpkg/bin/tl-update-tlpdb
@@ -405,7 +405,7 @@ sub create_tlpdb {
if (!$opt_tlpsrc_from_cmdline || $found_texlive_installation) {
# do set the option_archs from the dirs in Master/bin
my @archs = $tltree->architectures;
- $tldb->setting("available_architectures", @archs);
+ $tldb->setting("available_architectures", sort @archs);
# reset options to what we have by default
$tldb->add_default_options();