summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-07-26 16:37:06 +0000
committerKarl Berry <karl@freefriends.org>2006-07-26 16:37:06 +0000
commit3664135885c044d7017ba1c7cdaea3deb037f695 (patch)
treea71938254442d70819efa3561c6433aacaecb5ee /Build
parent1c080bb2e8b60b63182569cf4139fbcacb04bed1 (diff)
remove leftover zip files
git-svn-id: svn://tug.org/texlive/trunk@1922 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 61e9e3472ea..9a5202a73a2 100755
--- a/Build/cdbuild/ctan2tds.pl
+++ b/Build/cdbuild/ctan2tds.pl
@@ -1538,7 +1538,7 @@ sub MAKEmathdesign {
# basically have several tds hiers to unzip, with some cleanups.
print "\t SPECIAL unzip etc.\n";
for my $zip (<*.zip>) {
- &SYSTEM ("cd $DEST && unzip -q -o $DOCDIR/$zip; rm -f $zip");
+ &SYSTEM ("cd $DEST && unzip -q -o $DOCDIR/$zip; rm -f $DOCDIR/zip");
}
&SYSTEM ("mv $DEST/dvips/config $DEST/dvips/mathdesign");
}