parent
33f287380b
commit
6b892be9a8
@ -53,7 +53,7 @@ rec {
|
|||||||
|
|
||||||
rm -f $out/texmf*/ls-R
|
rm -f $out/texmf*/ls-R
|
||||||
for i in web2c texconfig fonts/map; do
|
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
|
cp -Lr $out/texmf*/$i/* $out/texmf-config/$i || true
|
||||||
done
|
done
|
||||||
chmod -R u+w $out/texmf-config
|
chmod -R u+w $out/texmf-config
|
||||||
|
@ -81,7 +81,7 @@ rec {
|
|||||||
|
|
||||||
PATH=$PATH:$out/bin mktexlsr $out/share/texmf*
|
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.
|
# Prebuild the format files, as it used to be done with TeXLive 2007.
|
||||||
# Luatex currently fails this way:
|
# Luatex currently fails this way:
|
||||||
|
@ -14,7 +14,7 @@ rec {
|
|||||||
|
|
||||||
mkdir -p $out/texmf-dist/tex/latex/xcolor
|
mkdir -p $out/texmf-dist/tex/latex/xcolor
|
||||||
mkdir -p $out/texmf-dist/dvips/xcolor
|
mkdir -p $out/texmf-dist/dvips/xcolor
|
||||||
latex xcolor.ins
|
latex xcolor.ins
|
||||||
cp *.sty *.def $out/texmf-dist/tex/latex/xcolor
|
cp *.sty *.def $out/texmf-dist/tex/latex/xcolor
|
||||||
cp *.pro $out/texmf-dist/dvips/xcolor
|
cp *.pro $out/texmf-dist/dvips/xcolor
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user