summaryrefslogtreecommitdiffstats
path: root/latex
diff options
context:
space:
mode:
authorPavel Vinogradov2018-05-03 18:45:29 -0400
committerPavel Vinogradov2018-05-03 18:45:29 -0400
commitf1310a96000d475e8654a55b60183da48f41997b (patch)
treee2993e1012cd396e138b4488c35b16e9bf69b56f /latex
parent07b4ea7f180414126673b22bc462c4ef203c75ce (diff)
latex/texlive: fixed installation of the fontconfig file
Diffstat (limited to 'latex')
-rw-r--r--latex/texlive/HISTORY3
-rwxr-xr-xlatex/texlive/INSTALL1
2 files changed, 4 insertions, 0 deletions
diff --git a/latex/texlive/HISTORY b/latex/texlive/HISTORY
index 33eeca8719..b972a8493f 100644
--- a/latex/texlive/HISTORY
+++ b/latex/texlive/HISTORY
@@ -1,3 +1,6 @@
+2018-05-03 Pavel Vinogradov <public@sourcemage.org>
+ * INSTALL: the fontconfig directory must exist before copying into it
+
2018-04-29 Pavel Vinogradov <public@sourcemage.org>
* patches/texlive-20170524-source-poppler059-1.patch, patches/dvisvgm.patch:
restored slightly modified patch for poppler code and fixed dvisvgm building
diff --git a/latex/texlive/INSTALL b/latex/texlive/INSTALL
index bca7da0fd6..897be0fc8c 100755
--- a/latex/texlive/INSTALL
+++ b/latex/texlive/INSTALL
@@ -36,6 +36,7 @@ ${INSTALL_ROOT}/usr/bin/mktexlsr &&
${INSTALL_ROOT}/usr/bin/fmtutil-sys --cnffile "$fmtutilcnf" --fmtdir ${INSTALL_ROOT}/usr/share/texmf-dist/web2c --all &&
# allow fontconfig to see latex fonts
+mkdir -p "${INSTALL_ROOT}/etc/fonts/conf.avail" &&
install -Cv ${SPELL_DIRECTORY}/09-texlive-fonts.conf ${INSTALL_ROOT}/etc/fonts/conf.avail &&
ln -fs ${INSTALL_ROOT}/etc/fonts/conf.avail/09-texlive-fonts.conf ${INSTALL_ROOT}/etc/fonts/conf.d &&
fc-cache -fsv &&