summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlpkg-ctan-check
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-05-03 14:19:25 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-05-03 14:19:25 +0000
commit393d6d06e24b64afbfd69018124b4bab980999ea (patch)
treee4bbb18e3bf82d3be9e8486a17c283fd412f9bc6 /Master/tlpkg/bin/tlpkg-ctan-check
parent6d44e6cbe3c5d36234b1ae2e3713b395ffe84613 (diff)
tds ready packages handling
git-svn-id: svn://tug.org/texlive/trunk@7820 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpkg-ctan-check')
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 6cdc35d3766..73e1f9aad9b 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -257,7 +257,7 @@ sub do_tlp
return 1;
}
- chomp (my $ctan_dir = `$mydir/tlpkginfo --ctan-dir '$tlpn'`);
+ chomp (my $ctan_dir = `$mydir/tlpkginfo --ctan-dir-tds '$tlpn'`);
if (! $ctan_dir) {
warn "$0: oops, no CTAN directory for $tlpn, fix fix\n";
return ();