diff options
author | Karl Berry <karl@freefriends.org> | 2008-08-07 00:02:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-08-07 00:02:22 +0000 |
commit | df6bc3e2f9ee2df7d9c3cd970aa801478f1a99de (patch) | |
tree | 852f56b89a4413ce04765fd43ca88e0499e68ed6 /Master/tlpkg/bin/tlpkginfo | |
parent | cf36d7a74e67df3e737afb753356c38faf0458b8 (diff) |
tlpkg-ctan-check: non-verbose by default; ctan2tl: better way to show tds path
git-svn-id: svn://tug.org/texlive/trunk@10130 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index a6304fc1268..67cf631717b 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -246,14 +246,11 @@ sub prepare return $ctan_loc unless (-s $tds_path); - # report what we're using. has to be on stderr since ctan2tl uses stdout. - warn "$0: unzip -q $tds_path ...\n"; - # now we have a tds, so unzip it in a tmpdir my $tmpdir = ©_to_tmpdir ($pkg); system ("unzip -q $tds_path -d $tmpdir"); # put a flag for ctan2tds' donormal() to work - system ("touch $tmpdir/TDS_READY"); + system ("echo $tds_path >$tmpdir/TDS_READY"); # more problems with amsmath: we got all three packages together, # we now have to remove the unwanted ones... |