summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPSRC.pm
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2007-12-27 08:26:46 +0000
committerNorbert Preining <preining@logic.at>2007-12-27 08:26:46 +0000
commitfc45c2f47f82e3cfa9b8568060dc4d5ffbba81e4 (patch)
tree96bcf3b3606de81c15ed4609a8a5025886aecddc /Master/tlpkg/TeXLive/TLPSRC.pm
parentcea3db79b46315a00367a9219d7fb45e7cea4dcc (diff)
rename all those treadful lib-* packages to lib-*.win32 and adjust
dependencies in the bin-* packages. That will need a special treatment in the calc_depends of the installer ... git-svn-id: svn://tug.org/texlive/trunk@5940 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPSRC.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPSRC.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLPSRC.pm b/Master/tlpkg/TeXLive/TLPSRC.pm
index c93046c58a9..716b53b2287 100644
--- a/Master/tlpkg/TeXLive/TLPSRC.pm
+++ b/Master/tlpkg/TeXLive/TLPSRC.pm
@@ -78,7 +78,7 @@ sub from_file
if ($line =~ /^ /) {
die "$srcfile: continuation line not allowed in tlpsrc: $line\n";
}
- if ($line =~ /^name\s*([-\w]+|00texlive\.config)$/) {
+ if ($line =~ /^name\s*([-\w]+(\.win32)?|00texlive\.config)$/) {
$name = "$1";
$started && die("$srcfile: tlpsrc cannot have two name directives");
$started = 1;