[Lunar-commits] <moonbase-other> texlive: Adjusting to the POST_INSTALL so it will stop barking about
stumbles
stumbles at lunar-linux.org
Tue Feb 5 11:23:00 CET 2013
commit 1533d31b24560b1acaa216343f357eea8427bbb4
Author: stumbles <stumbles at lunar-linux.org>
Date: Tue, 05 Feb 2013 02:23:00 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/1533d31b24560b1acaa216343f357eea8427bbb4
texlive: Adjusting to the POST_INSTALL so it will stop barking about
not finding sometings and failing the POST_INSTALL.
---
doc-tools/texlive/POST_INSTALL | +1/-1
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/doc-tools/texlive/POST_INSTALL
+++ b/doc-tools/texlive/POST_INSTALL
@@ -1,6 +1,6 @@
# Create symlinks in /usr/bin/, for e.g. pdflatex and lualatex.
# Is not inside BUILD, to prevent /usr/bin/lualatex dual-ownership.
-texlinks -q
+texlinks -q --cnffile /usr/share/texmf/web2c/fmtutil.cnf
# Fixes "can't find foo.{tex,sty}" errors
mktexlsr --quiet
More information about the Lunar-commits
mailing list