mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
TeXLive: Pass `mktexfmt' the argument it wants.
svn path=/nixpkgs/trunk/; revision=20480
This commit is contained in:
parent
993588515f
commit
249c487efa
@ -60,8 +60,11 @@ rec {
|
|||||||
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.
|
# 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.
|
||||||
ensureDir "$out/texmf-var/web2c"
|
ensureDir "$out/texmf-var/web2c"
|
||||||
PATH="$PATH:$out/bin" mktexfmt --fmtdir="$out/texmf-var/web2c" --all
|
PATH="$PATH:$out/bin" mktexfmt does-not-matter.fmt \
|
||||||
|
--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…
Reference in New Issue
Block a user