fix updmap invocation in texLive

Close #9430, fixes #9318.
This commit is contained in:
Anders Papitto 2015-08-24 13:31:24 -07:00 committed by Vladimír Čunát
parent 33f287380b
commit 6b892be9a8
3 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ rec {
rm -f $out/texmf*/ls-R
for i in web2c texconfig fonts/map; do
mkdir -p $out/texmf-config/$i
mkdir -p $out/texmf-config/$i
cp -Lr $out/texmf*/$i/* $out/texmf-config/$i || true
done
chmod -R u+w $out/texmf-config

View File

@ -81,7 +81,7 @@ rec {
PATH=$PATH:$out/bin mktexlsr $out/share/texmf*
HOME=. PATH=$PATH:$out/bin updmap-sys --syncwithtrees
yes | HOME=. PATH=$PATH:$out/bin updmap-sys --syncwithtrees || echo $?
# Prebuild the format files, as it used to be done with TeXLive 2007.
# Luatex currently fails this way:

View File

@ -14,7 +14,7 @@ rec {
mkdir -p $out/texmf-dist/tex/latex/xcolor
mkdir -p $out/texmf-dist/dvips/xcolor
latex xcolor.ins
latex xcolor.ins
cp *.sty *.def $out/texmf-dist/tex/latex/xcolor
cp *.pro $out/texmf-dist/dvips/xcolor