diff options
author | Karl Berry <karl@freefriends.org> | 2010-10-30 00:05:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-10-30 00:05:15 +0000 |
commit | bcc0e00b0f844b2c93ecc3e6512b706d73b369d9 (patch) | |
tree | 9b3e8adbb5c7b21fc8f3c6abe12ff7613e113999 /Master/tlpkg/bin/tlpkginfo | |
parent | 5450380e116e99e8bbfc0c08ec36ab0bba813883 (diff) |
amscls, via latex-tds (27oct10)
git-svn-id: svn://tug.org/texlive/trunk@20248 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index 2b3b6aaa44f..877894d194d 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -317,6 +317,7 @@ sub prepare chomp (my @dirlist = `find */*/* -type d | sort -u`); for my $dir (@dirlist) { next if $dir =~ m!$pkg$!; # keep matching directories + next if $pkg eq "amscls" && $dir =~ m,bst/ams$,; # ams{alpha,plain}.bst push (@deldir, $dir); } system ("rm -rf @deldir"); # discard the rest |