From 880d29a873a0e51225c1b673382c23c39b07629f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 13 Nov 2014 23:48:37 +0000 Subject: impatient 2.4 git-svn-id: svn://tug.org/texlive/trunk@35573 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/libexec/ctan2tds | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 8b86ac8f7ba..ba02ac95fae 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1792,6 +1792,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'ifxetex', 'generic', 'ijqc', 'bibtex', 'impatient', 'plain', + 'impatient-cn', 'plain', 'impatient-fr', 'plain', 'inconsolata', 'fonts', 'iopart-num', 'bibtex', @@ -5438,8 +5439,8 @@ sub POSTibygrk { } sub POSTimpatient { - print "POST$package - remove artwork and fr subdirectories\n"; - &SYSTEM ("$RM -r artwork fr"); + print "POST$package - remove artwork and LL subdirectories\n"; + &SYSTEM ("$RM -r artwork cn fr"); } sub POSTinteractiveworkbook { -- cgit v1.2.3