summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlpkginfo
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-xMaster/tlpkg/bin/tlpkginfo5
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 = &copy_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...