summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/place
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/place')
-rwxr-xr-xMaster/tlpkg/libexec/place5
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>;