diff options
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 2 |
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"; } |