summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
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;
}
}