diff options
author | Karl Berry <karl@freefriends.org> | 2008-04-16 00:51:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-04-16 00:51:28 +0000 |
commit | 5831944cc2cd4e07c04e65778dc7123ae29d1a5f (patch) | |
tree | 8fe9b34835de010b7a55a86b17beb493e42d3180 /Master/tlpkg/bin/ctan2tds | |
parent | 74b09c529472ec24454c2bfb95d41795233e7d9a (diff) |
oberdiek update (15apr08)
git-svn-id: svn://tug.org/texlive/trunk@7438 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 2 |
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 (".."); |