summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlpkginfo
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-05-18 00:35:36 +0000
committerKarl Berry <karl@freefriends.org>2012-05-18 00:35:36 +0000
commitff3def13189580da6fe5254355c8f3b8091bb0fb (patch)
tree13092e119e26dd5354f66cf3746dd0a0cbdd8cb2 /Master/tlpkg/bin/tlpkginfo
parent2721345a8954f1846ff48ba10e634bc65e7b954d (diff)
pmx 2.6.18 (16may12)
git-svn-id: svn://tug.org/texlive/trunk@26478 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-xMaster/tlpkg/bin/tlpkginfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo
index 31f6f0d2790..0c300e4c3b7 100755
--- a/Master/tlpkg/bin/tlpkginfo
+++ b/Master/tlpkg/bin/tlpkginfo
@@ -299,7 +299,7 @@ sub prepare {
} else {
$tds_path = "$latex_tds_dir/$pkg.tds.zip";
}
- # and more exceptions to the exceptions:
+ # and more latex exceptions to the latex exceptions:
$tds_path = "$latex_tds_dir/source.tds.zip" if $pkg eq "latex-tds";
$tds_path = "$latex_tds_dir/base.tds.zip" if $pkg eq "latex";
}