summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/ctan2tl
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/ctan2tl
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/ctan2tl')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/ctan2tl b/Master/tlpkg/bin/ctan2tl
index b6b9000c522..8f1f6896d31 100755
--- a/Master/tlpkg/bin/ctan2tl
+++ b/Master/tlpkg/bin/ctan2tl
@@ -51,7 +51,7 @@ if test -z "$pkg"; then
exit 1
fi
-ctan_dir1=`tlpkginfo --ctan-dir $pkg`
+ctan_dir1=`tlpkginfo --ctan-dir-tds $pkg`
if test -z "$ctan_dir1"; then
echo "$0: can't find CTAN directory for $pkg." >&2
exit 1