summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/tlpkg/bin/ctan2tl8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/ctan2tl b/Master/tlpkg/bin/ctan2tl
index 439559a4eda..b6b9000c522 100755
--- a/Master/tlpkg/bin/ctan2tl
+++ b/Master/tlpkg/bin/ctan2tl
@@ -89,13 +89,13 @@ if echo "$pkg" | egrep "^($latex_tds_pkglist)\$" >/dev/null; then
# etc. AMS sets it up that way.
#
if test $pkg = latex-tds; then
- zipname=source.zip
+ zipname=source.tds.zip
elif test $pkg = latex; then
- zipname=base.zip
+ zipname=base.tds.zip
elif echo "$pkg" | egrep "^($amslatex_tds_pkglist)\$" >/dev/null; then
- zipname=amslatex.zip
+ zipname=amslatex.tds.zip
else
- zipname=$pkg.zip
+ zipname=$pkg.tds.zip
fi
echo "$0: but overriding ctan dir with latex-tds/$zipname"
(cd $pkg && unzip -qq $ctan_root/macros/latex/contrib/latex-tds/$zipname)