diff options
author | Karl Berry <karl@freefriends.org> | 2008-05-04 00:21:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-05-04 00:21:05 +0000 |
commit | 1fa1b6fb6f9ae20fe5c0bb3290c0a239919b9db6 (patch) | |
tree | a16ea1e1b54f6e219b8c89cb5a1bc7c0993adf8e /Master/tlpkg/bin/tlpkginfo | |
parent | 7b2954a4e142088279afb9b37d70775b970341c5 (diff) |
pst-pdf update 2may08 (from tds.zip, guess it is ok to use /latex/ instead of /generic/ for this particular one)
git-svn-id: svn://tug.org/texlive/trunk@7832 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index ea9eb27d462..a5f48c18ddc 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -190,7 +190,7 @@ sub catalogue_find_ctan_path system ("unzip -q -a $ctan_loc/$pkgname.tds.zip -d $ctan_loc"); # remove the zip and put a flag for ctan2tds to know. system ("rm $ctan_loc/$pkgname.tds.zip"); - system ("touch $ctan_loc/TDS_READY"); +# system ("touch $ctan_loc/TDS_READY"); return $ctan_loc; } } |