summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds2
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 3e6626c0f05..93396978114 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -2191,6 +2191,8 @@ sub specialins {
}
my $raw_dir = "$RAW_DIR/$packagedir";
+ return if (-e "$RAW_DIR/$packagedir/TDS_READY");
+
my @ins = `find $raw_dir -regex ".*$standardins" -type f -print`;
if (@ins) {
print "\t SPECIALINS found normal ins: @ins";