diff options
Diffstat (limited to 'Build/cdbuild/ctan2tds.pl')
-rwxr-xr-x | Build/cdbuild/ctan2tds.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl index 6b24c94cd63..fe313bb267d 100755 --- a/Build/cdbuild/ctan2tds.pl +++ b/Build/cdbuild/ctan2tds.pl @@ -2781,7 +2781,7 @@ sub MAKEkoma { &xchdir ($packagedir); # print "\t SPECIAL $package unzip and copy\n"; - &SYSTEM ("unzip -q komascript-texmf.zip"); + &SYSTEM ("unzip -q komascript.tds.zip"); &SYSTEM ("rm -f *"); # remove the top-level files, they're in the zip # &xchdir (".."); |