summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin')
-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 75a748242f0..bdff3e5399b 100755
--- a/Master/tlpkg/bin/ctan2tds
+++ b/Master/tlpkg/bin/ctan2tds
@@ -2183,7 +2183,7 @@ sub MAKEhyperref {
#
print "\t SPECIAL $package unzip tds and copy\n";
&SYSTEM ("rm -rf doc test"); # we will use prepared zip
- &SYSTEM ("unzip -q $package-tds.zip");
+ &SYSTEM ("unzip -q $package.tds.zip");
&SYSTEM ("$RM * 2>/dev/null"); # remove top-level files
#
&xchdir ("..");