summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-04-04 23:13:58 +0000
committerKarl Berry <karl@freefriends.org>2007-04-04 23:13:58 +0000
commit888ae3d22c5cc3e52846f37f393da7fef4933b3a (patch)
treecedfea63f8b31a8ac88cc2f1cedb61b57ada5176 /Build
parent4685491332938d1963868c9e1c57f293fbada1de (diff)
koma-script update
git-svn-id: svn://tug.org/texlive/trunk@4116 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-xBuild/cdbuild/ctan2tds.pl2
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 ("..");