summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlpsrc2tlpdb
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-05-15 09:40:27 +0000
committerNorbert Preining <preining@logic.at>2008-05-15 09:40:27 +0000
commitc84607c998889966cc0fbefa09774fd70e17688a (patch)
tree6646c2918a508ea54815c5303bda141aa7f2a3b9 /Master/tlpkg/bin/tlpsrc2tlpdb
parent5df3a7135448e8595f77e193e48dd94cdfa79854 (diff)
auto-generate the option_archs from the stuff in svn
git-svn-id: svn://tug.org/texlive/trunk@8152 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpsrc2tlpdb')
-rwxr-xr-xMaster/tlpkg/bin/tlpsrc2tlpdb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tlpsrc2tlpdb b/Master/tlpkg/bin/tlpsrc2tlpdb
index 51ac8240bbf..6c8517f8fdd 100755
--- a/Master/tlpkg/bin/tlpsrc2tlpdb
+++ b/Master/tlpkg/bin/tlpsrc2tlpdb
@@ -114,6 +114,8 @@ sub main
# write the new db, to the real location given --all, or stdout.
if ($opt_all) {
$tldb->root("$opt_master");
+ # do set the option_archs from the dirs in Master/bin
+ $tldb->option_archs($tltree->architectures);
$tldb->save;
tllog($::LOG_NORMAL, "$0: wrote $src_count packages to ". $tldb->root . ".\n");
} else {