summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-04-09 18:17:38 +0000
committerKarl Berry <karl@freefriends.org>2008-04-09 18:17:38 +0000
commitd6b24ec6d2d2f96af3eb2b1a575df6b1168ce9c1 (patch)
treebf1fd6fc886592e0dbdad5d67370dcc3843b3f30 /Master/tlpkg/bin
parenta0ebf9dfa10746b4168198e3bc9addbb743605c6 (diff)
hyperref update (6apr08)
git-svn-id: svn://tug.org/texlive/trunk@7359 c570f23f-e606-0410-a88d-b1316a301751
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 ("..");