TeXLive: Run mktexfmt' after the first
mktexlsr'.
svn path=/nixpkgs/trunk/; revision=20476
This commit is contained in:
parent
9502391275
commit
cd0f5826df
@ -55,14 +55,14 @@ rec {
|
|||||||
|
|
||||||
sed -e 's/.*pyhyph.*/=&/' -i $out/texmf-config/tex/generic/config/language.dat
|
sed -e 's/.*pyhyph.*/=&/' -i $out/texmf-config/tex/generic/config/language.dat
|
||||||
|
|
||||||
# Prebuild the format files, as it used to be done with TeXLive 2007.
|
|
||||||
ensureDir "$out/texmf-var/web2c"
|
|
||||||
PATH="$PATH:$out/bin" mktexfmt --fmtdir="$out/texmf-var/web2c" --all
|
|
||||||
|
|
||||||
PATH=$PATH:$out/bin mktexlsr $out/texmf*
|
PATH=$PATH:$out/bin mktexlsr $out/texmf*
|
||||||
|
|
||||||
HOME=. PATH=$PATH:$out/bin updmap-sys --syncwithtrees
|
HOME=. PATH=$PATH:$out/bin updmap-sys --syncwithtrees
|
||||||
|
|
||||||
|
# Prebuild the format files, as it used to be done with TeXLive 2007.
|
||||||
|
ensureDir "$out/texmf-var/web2c"
|
||||||
|
PATH="$PATH:$out/bin" mktexfmt --fmtdir="$out/texmf-var/web2c" --all
|
||||||
|
|
||||||
PATH=$PATH:$out/bin mktexlsr $out/texmf*
|
PATH=$PATH:$out/bin mktexlsr $out/texmf*
|
||||||
'') ["minInit" "defEnsureDir" "doUnpack" "doMakeInstall"];
|
'') ["minInit" "defEnsureDir" "doUnpack" "doMakeInstall"];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user