diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/ctan2tl b/Master/tlpkg/bin/ctan2tl index 01783898f6a..d0765d8ce49 100755 --- a/Master/tlpkg/bin/ctan2tl +++ b/Master/tlpkg/bin/ctan2tl @@ -91,6 +91,7 @@ if echo "$pkg" | egrep "^($latex_tds_pkglist)\$" >/dev/null; then else zipname=$pkg.zip fi + echo "$0: but overriding ctan dir with latex-tds/$zipname" (cd $pkg && unzip -qq $ctan_root/macros/latex/contrib/latex-tds/$zipname) elif test "$pkg" = genmisc; then |