summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-06-10 18:06:06 +0000
committerNorbert Preining <preining@logic.at>2008-06-10 18:06:06 +0000
commit02ad4921ca1ed9c63946c2f1a1fc9cf80313c8ed (patch)
tree978f8ecf6406dc24eb7979c3f262f6c0a2406283 /Master/texmf
parent754ce064412a8cfc072f770898f4ad75466250f2 (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/texmf')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 62a3b53fc4f..ea9b1197496 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -832,9 +832,9 @@ sub action_arch {
merge_into (\%ret, $tlmediasrc->install_package("bin-tlpsv.win32", $localtlpdb, 1, 0));
}
# update the option_archs list of installed archs
- my @larchs = $localtlpdb->option_available_archs;
+ my @larchs = $localtlpdb->option_available_architectures;
push @larchs, @todoarchs;
- $localtlpdb->option_available_archs(@larchs);
+ $localtlpdb->option_available_architectures(@larchs);
$localtlpdb->save;
} else {
die "Unknown option for arch: $what";