summaryrefslogtreecommitdiff
path: root/Build/tools
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-09-08 22:04:09 +0000
committerKarl Berry <karl@freefriends.org>2007-09-08 22:04:09 +0000
commit38a869adc45c94fb757f29f895ebf9e45e5edb31 (patch)
tree15c88d8139be1020b51e59aed7fe939c9f4c0d27 /Build/tools
parentaf509065fb0c50563a6d3e619709a04e1b896dae (diff)
pass --ctan-dir (not sufficient, just starting)
git-svn-id: svn://tug.org/texlive/trunk@4915 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/tools')
-rwxr-xr-xBuild/tools/ctan2tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/tools/ctan2tl b/Build/tools/ctan2tl
index 413fc6ca198..4f5a7d8cc79 100755
--- a/Build/tools/ctan2tl
+++ b/Build/tools/ctan2tl
@@ -104,7 +104,7 @@ fi # end of copying from CTAN.
printf "\n ctan2tds\n"
rm -rf ../cooked/$pkg
test -d ../cooked || mkdir ../cooked
-../ctan2tds.pl $pkg || exit 1
+../ctan2tds.pl --ctan-dir=$ctan_dir1 $pkg || exit 1
cd ../cooked || exit 1
printf "\n\f cooked\n"