summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-04-03 22:17:44 +0000
committerKarl Berry <karl@freefriends.org>2015-04-03 22:17:44 +0000
commit985392e08babce077d50d317f983fb8552ac9d2e (patch)
tree2e0ce4fad6dc57066dc447a56b5871748f4f5acd /Master/tlpkg/libexec
parent6df9888bcbc7b386695b916acb8d0b329ea36ff2 (diff)
cfr-initials (3apr15)
git-svn-id: svn://tug.org/texlive/trunk@36711 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-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";