cat `kpsewhich texmf.cnf` $SCRIPT_DIRECTORY/texmf.cnf       \
> /tmp/texmf.cnf                                            &&
sed -e 's/% original texmf.cnf/% texmf.cnf/g'               \
< /tmp/texmf.cnf > `kpsewhich texmf.cnf`                    &&
rm  /tmp/texmf.cnf                                          &&

default_pre_build
