summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlprm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-03-05 16:52:20 +0000
committerKarl Berry <karl@freefriends.org>2009-03-05 16:52:20 +0000
commit36f6715604625a3e362534859befd7f94e2f4414 (patch)
treea6e5540dfdc072b17d86ae5667f8d8ceae901522 /Master/tlpkg/bin/tlprm
parent58ad5c5ba60b9db988e2cb1c9301fcd77fcbc0c8 (diff)
rm splitindex, requires compilation
git-svn-id: svn://tug.org/texlive/trunk@12317 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlprm')
-rwxr-xr-xMaster/tlpkg/bin/tlprm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tlprm b/Master/tlpkg/bin/tlprm
index d137cdaacd3..997fb3b8d6a 100755
--- a/Master/tlpkg/bin/tlprm
+++ b/Master/tlpkg/bin/tlprm
@@ -72,8 +72,8 @@ sub main
unlink ($commit_file);
`printf "$removals" >$commit_file`;
- print "if license in Catalogue is still free, "
- . "tell Robin.Fairbairns@cl.cam.ac.uk.\n";
+ print "if license in Catalogue is free, and package isn't, "
+ . "tell Robin.Fairbairns\@cl.cam.ac.uk.\n";
my $tsrc = "$Master/tlpkg/tlpsrc";
my @lines = `grep -l 'depend.* $f\$' $tsrc/collection-* $tsrc/scheme-*`;