diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-07 18:58:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-07 18:58:34 +0000 |
commit | 25fe101524f8eb688fb883418111c0a216bfb0c6 (patch) | |
tree | b30c8a5bef846507b1acf07a23a4b9830c2eab21 /Master/tlpkg/libexec/place | |
parent | 335c72669537f06bbf2b4b6e2248fae60c4f38a9 (diff) |
first updates for TL13 pretest, and for texmf-dist having everything
git-svn-id: svn://tug.org/texlive/trunk@29725 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/place')
-rwxr-xr-x | Master/tlpkg/libexec/place | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/tlpkg/libexec/place b/Master/tlpkg/libexec/place index d6bd479fd36..49a17a69bd0 100755 --- a/Master/tlpkg/libexec/place +++ b/Master/tlpkg/libexec/place @@ -59,7 +59,7 @@ my $M = $DEST = getcwd (); # svn Master, ordinarily where we write # &xchdir (".."); -# top-level. for historical reasons, is usually just relative to +# top-level. For historical reasons, is usually just relative to # Master, e.g., has texmf-dist. But when a package has to write to both # Master and Build (e.g., biber), it will have Master and Build subdirs. my $TOP = getcwd (); @@ -74,8 +74,7 @@ if (-d "Master") { # maybe have both Build and Master my $cooked_master = getcwd (); if (-d "texmf-dist") { $Type = "Package"; } -elsif (-d "texmf") { $Type = "TLCore"; } -else { die "$cooked_master: no top level texmf or texmf-dist"; } +else { die "$cooked_master: no top level texmf-dist"; } die "top-level README under $TOP, that can't be right" if <*/README>; |