From 1ead6c80a68ab4a1556d02c75e89c068b9ab2dbf Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 21 May 2009 13:25:33 +0000 Subject: rename bin-tex -> tex git-svn-id: svn://tug.org/texlive/trunk@13339 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLPDB.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Master/tlpkg/TeXLive') diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm index bd0458c963e..7c1f4f74180 100644 --- a/Master/tlpkg/TeXLive/TLPDB.pm +++ b/Master/tlpkg/TeXLive/TLPDB.pm @@ -336,9 +336,9 @@ sub available_architectures { my $self = shift; my @archs = $self->option_available_architectures; if (! @archs) { - # fall back to the old method checking bin-tex\.* + # fall back to the old method checking tex\.* my @packs = $self->list_packages; - map { s/^bin-tex\.// ; push @archs, $_ ; } grep(/^bin-tex\.(.*)$/, @packs); + map { s/^tex\.// ; push @archs, $_ ; } grep(/^tex\.(.*)$/, @packs); } return @archs; } -- cgit v1.2.3