summaryrefslogtreecommitdiffstats
path: root/latex
diff options
context:
space:
mode:
authorThomas Orgis2016-03-07 00:10:03 +0100
committerThomas Orgis2016-03-07 00:10:03 +0100
commit0c0f024bcb3d0f6ee3a2444ae761630d7fc9449a (patch)
tree1ce10a8e9f83c0f214c824f01230394a676aa092 /latex
parent36a5b514fdf584390f086e46e963559b1a8ac9ac (diff)
texlive: fix installation with newer texlive-texmf (changed path in call to fmtutil)
;
Diffstat (limited to 'latex')
-rw-r--r--latex/texlive/HISTORY4
-rwxr-xr-xlatex/texlive/INSTALL2
2 files changed, 5 insertions, 1 deletions
diff --git a/latex/texlive/HISTORY b/latex/texlive/HISTORY
index 43b881e8a9..b505c11dd7 100644
--- a/latex/texlive/HISTORY
+++ b/latex/texlive/HISTORY
@@ -1,3 +1,7 @@
+2016-03-06 Thomas Orgis <sobukus@sourcemage.org>
+ * INSTALL: Use /usr/share/texmf-dist/web2c instead of /usr/share/texmf/web2c,
+ as the latter is no more with current texlive-texmf.
+
2016-02-28 Ismael Luceno <ismael@sourcemage.org>
* BUILD, DEPENDS, DETAILS, INSTALL, PRE_BUILD: updated spell to 20150521
* fix_paths.patch, mtxrun_fix.patch: Removed, no longer needed
diff --git a/latex/texlive/INSTALL b/latex/texlive/INSTALL
index 62d2841955..38c8b520eb 100755
--- a/latex/texlive/INSTALL
+++ b/latex/texlive/INSTALL
@@ -33,7 +33,7 @@ cp -vdR "$SOURCE_DIRECTORY/texk/tests/TeXLive" \
# update filename db & create all formats
mktexlsr &&
-fmtutil-sys --cnffile "$fmtutilcnf" --fmtdir ${INSTALL_ROOT}/usr/share/texmf/web2c --all &&
+fmtutil-sys --cnffile "$fmtutilcnf" --fmtdir ${INSTALL_ROOT}/usr/share/texmf-dist/web2c --all &&
# allow fontconfig to see latex fonts
install -Cv ${SPELL_DIRECTORY}/09-texlive-fonts.conf ${INSTALL_ROOT}/etc/fonts/conf.avail &&