summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-07-04 16:22:06 +0000
committerKarl Berry <karl@freefriends.org>2008-07-04 16:22:06 +0000
commit87c04451c6d85f26d16c0676c818a4b4397ce760 (patch)
treeb7989282ada61fb46192322be1ee631c225632e5 /Master
parent04c9f818e501e263df4b06b7f30dfdab53a4c620 (diff)
die if top-level README gets through to place.
git-svn-id: svn://tug.org/texlive/trunk@9243 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/tlpkg/bin/place2
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/place b/Master/tlpkg/bin/place
index f617f6bee95..50f782428ec 100755
--- a/Master/tlpkg/bin/place
+++ b/Master/tlpkg/bin/place
@@ -60,6 +60,8 @@ if ($Root eq 'texmf-doc') {
die "cannot handle Root=$Root";
}
+die "top-level README in $Root, that can't be right" if -e "$root/README";
+
# initialize TLPDB
my $tlpdb = new TeXLive::TLPDB ('root' => $M);
# create TLTREE from stuff in cooked/$pkg