diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-05-03 14:19:25 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-05-03 14:19:25 +0000 |
commit | 393d6d06e24b64afbfd69018124b4bab980999ea (patch) | |
tree | e4bbb18e3bf82d3be9e8486a17c283fd412f9bc6 /Master/tlpkg/bin/ctan2tl | |
parent | 6d44e6cbe3c5d36234b1ae2e3713b395ffe84613 (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-x | Master/tlpkg/bin/ctan2tl | 2 |
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 |