diff options
author | Norbert Preining <preining@logic.at> | 2008-06-10 18:06:06 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-06-10 18:06:06 +0000 |
commit | 02ad4921ca1ed9c63946c2f1a1fc9cf80313c8ed (patch) | |
tree | 978f8ecf6406dc24eb7979c3f262f6c0a2406283 /Master/tlpkg/bin | |
parent | 754ce064412a8cfc072f770898f4ad75466250f2 (diff) |
rename available_archs to available_architectures, Karl couldn't stand
the pidgin english ... sorry ;-)
git-svn-id: svn://tug.org/texlive/trunk@8660 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tlpsrc2tlpdb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpsrc2tlpdb b/Master/tlpkg/bin/tlpsrc2tlpdb index e5145c0be7b..afd12d47f49 100755 --- a/Master/tlpkg/bin/tlpsrc2tlpdb +++ b/Master/tlpkg/bin/tlpsrc2tlpdb @@ -110,7 +110,7 @@ sub main if ($opt_all) { $tldb->root("$opt_master"); # do set the option_archs from the dirs in Master/bin - $tldb->option_available_archs($tltree->architectures); + $tldb->option_available_architectures($tltree->architectures); $tldb->save; info("$0: wrote $src_count packages to ". $tldb->root . ".\n"); } else { |