From 87c04451c6d85f26d16c0676c818a4b4397ce760 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 4 Jul 2008 16:22:06 +0000 Subject: die if top-level README gets through to place. git-svn-id: svn://tug.org/texlive/trunk@9243 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/place | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Master') 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 -- cgit v1.2.3