[Lunar-commits] <moonbase-other> texlive-texmf: adjust root path before installing

v4hn me at v4hn.de
Fri Oct 5 17:41:39 CEST 2012


commit a937713b83f56d3888edd30134744b154c0b31c5
Author: v4hn <me at v4hn.de>
Date: Fri, 05 Oct 2012 08:41:39 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/a937713b83f56d3888edd30134744b154c0b31c5

texlive-texmf: adjust root path before installing
---
  doc-tools/texlive-texmf/BUILD | +3/-0     
  1 file changed, 3 insertions(+)

--- a/doc-tools/texlive-texmf/BUILD
+++ b/doc-tools/texlive-texmf/BUILD
@@ -17,6 +17,9 @@
     rm -rf texmf-dist/doc
   fi  &&
 
+  # adjust TeX root path
+  sedit "s:\(TEXMFROOT =\) .*$:\1 \$SELFAUTODIR/share:" texmf/web2c/texmf.cnf &&
+
   # this is the big cp (which would copy the man pages we removed before again)
   mkdir -p /usr/share                 &&
   cp -R texmf texmf-dist /usr/share/  &&




More information about the Lunar-commits mailing list