gnwiii@gmail.com wrote:
On 6/23/06, Taco Hoekwater
wrote:
After following those instructions, everything should be ok except for the new ruby script links and texmfstart's warning. For that, do the following:
* make sure you have ruby installed. If not, do that first
* go to the scripts/context/stubs/unix/ directory in your freshly unpacked ConTeXt distribution, make sure you have write permissions to the TeX binaries directory, and run something like the shell script that follows. [...]
This script creates copies of the scripts and has to be run each time the scripts are updated.
It does not create copies of any important scripts, it only creates copies of the stubs that use texmfstart to find the scripts. There should be no problems with that approach except even if you forget it occasionally, and it will very likely be added to ctxtools --update sometime soon, removing the need of post-install actions completely. The whole point of texmfstart is that Hans tries to hide kpsewhich (because it is not present in all distros) and the implementation language of the actual scripts (because that may change over time). Greetings, Taco