summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-05-04 00:21:05 +0000
committerKarl Berry <karl@freefriends.org>2008-05-04 00:21:05 +0000
commit1fa1b6fb6f9ae20fe5c0bb3290c0a239919b9db6 (patch)
treea16ea1e1b54f6e219b8c89cb5a1bc7c0993adf8e /Master/tlpkg
parent7b2954a4e142088279afb9b37d70775b970341c5 (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')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds2
-rwxr-xr-xMaster/tlpkg/bin/tlpkginfo2
2 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds
index 13f993a982d..c90090eaf0f 100755
--- a/Master/tlpkg/bin/ctan2tds
+++ b/Master/tlpkg/bin/ctan2tds
@@ -342,7 +342,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw
'pst-optic', "&MAKEpst",
'pst-osci', "&MAKEpst",
'pst-pad', "&MAKEpst",
- 'pst-pdf', "&MAKEpst",
+ 'pst-pdf', "&MAKEcopy",
'pst-pdgr', "&MAKEpst",
'pst-poly', "&MAKEpst",
'pst-qtree', "&MAKEpst",
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;
}
}