TeXLive: Try again building the format files.

svn path=/nixpkgs/trunk/; revision=20503
This commit is contained in:
Ludovic Courtès 2010-03-09 15:57:33 +00:00
parent 5fc076193c
commit 6961831c73

View File

@ -60,11 +60,9 @@ rec {
HOME=. PATH=$PATH:$out/bin updmap-sys --syncwithtrees
# Prebuild the format files, as it used to be done with TeXLive 2007.
# Note the funny argument parser of `mktexfmt', which wants something
# ending in `.fmt' as its first argument.
echo "building format files..."
ensureDir "$out/texmf-var/web2c"
PATH="$PATH:$out/bin" mktexfmt does-not-matter.fmt \
--fmtdir="$out/texmf-var/web2c" --all
PATH="$PATH:$out/bin" fmtutil-sys --all
PATH=$PATH:$out/bin mktexlsr $out/texmf*
'') ["minInit" "defEnsureDir" "doUnpack" "doMakeInstall"];