summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds
index 86bf0d99018..f770d6f667e 100755
--- a/Master/tlpkg/bin/ctan2tds
+++ b/Master/tlpkg/bin/ctan2tds
@@ -2219,7 +2219,7 @@ sub MAKEoberdiek {
&xchdir ($packagedir);
#
print "\t SPECIAL $package unzip tds and copy\n";
- &SYSTEM ("unzip -q $package-tds.zip");
+ &SYSTEM ("unzip -q $package.tds.zip");
&SYSTEM ("$RM * 2>/dev/null"); # remove top-level files
#
&xchdir ("..");