summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPSRC.pm
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-05-06 06:27:59 +0000
committerNorbert Preining <preining@logic.at>2008-05-06 06:27:59 +0000
commit120b269bc3ccbfaa32800cd27a39b053f810c266 (patch)
tree9546bbf17e90f86c7e12867c871b18b25a8c8984 /Master/tlpkg/TeXLive/TLPSRC.pm
parent2f9f5629b2cde3588e8449059524f7aa7e549e94 (diff)
create package 00texlive-installation.config already in the Master
make changes that running from checkout is working git-svn-id: svn://tug.org/texlive/trunk@7888 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 c1cf75656a1..b0272bb68ea 100644
--- a/Master/tlpkg/TeXLive/TLPSRC.pm
+++ b/Master/tlpkg/TeXLive/TLPSRC.pm
@@ -82,7 +82,7 @@ sub from_file
if ($line =~ /^ /) {
die "$srcfile: continuation line not allowed in tlpsrc: $line\n";
}
- if ($line =~ /^name\s*([-\w]+(\.win32)?|00texlive\..*|0texlive\..*)$/) {
+ if ($line =~ /^name\s*([-\w]+(\.win32)?|00texlive.*|0texlive.*)$/) {
$name = "$1";
$started && die("$srcfile: tlpsrc cannot have two name directives");
$started = 1;