diff options
author | Karl Berry <karl@freefriends.org> | 2007-09-08 22:04:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-09-08 22:04:09 +0000 |
commit | 38a869adc45c94fb757f29f895ebf9e45e5edb31 (patch) | |
tree | 15c88d8139be1020b51e59aed7fe939c9f4c0d27 | |
parent | af509065fb0c50563a6d3e619709a04e1b896dae (diff) |
pass --ctan-dir (not sufficient, just starting)
git-svn-id: svn://tug.org/texlive/trunk@4915 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Build/tools/ctan2tl | 2 |
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" |