[SM-Commit] GIT changes to master grimoire by Ismael Luceno (7188bbfdf2f412e5eff9495977a48b2645b5f3e8)

Ismael Luceno scm at sourcemage.org
Fri Sep 9 05:59:13 EDT 2011


GIT changes to master grimoire by Ismael Luceno <ismael at sourcemage.org>:

 latex/texlive/HISTORY             |    4 ++++
 latex/texlive/INSTALL             |    3 ++-
 latex/texlive/texmf.cnf_fix.patch |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 7188bbfdf2f412e5eff9495977a48b2645b5f3e8
Author: Ismael Luceno <ismael at sourcemage.org>
Commit: Ismael Luceno <ismael at sourcemage.org>

    texlive: Fix TEXMFROOT

commit 93d1fc95639997c9eedae93e470ea7e5a6510908
Author: Ismael Luceno <ismael at sourcemage.org>
Commit: Ismael Luceno <ismael at sourcemage.org>

    texlive: use texlinks to complete installation

diff --git a/latex/texlive/HISTORY b/latex/texlive/HISTORY
index 1cbec3f..3109181 100644
--- a/latex/texlive/HISTORY
+++ b/latex/texlive/HISTORY
@@ -1,3 +1,7 @@
+2011-09-09 Ismael Luceno <ismael at sourcemage.org>
+	* INSTALL: use texlinks to complete installation
+	* texmf.cnf_fix.patch: Fixed TEXMFROOT
+
 2011-09-07 Ismael Luceno <ismael at sourcemage.org>
 	* PRE_BUILD, fix_scripts_3.patch, texmf.cnf_fix.patch:
 	  Fixed patches for the upgrade
diff --git a/latex/texlive/INSTALL b/latex/texlive/INSTALL
index 3885f89..35726e1 100755
--- a/latex/texlive/INSTALL
+++ b/latex/texlive/INSTALL
@@ -9,4 +9,5 @@ for i in texk/texlive/* ; do
   fi
 done  &&
 
-ln -svf mf $INSTALL_ROOT/usr/bin/mf-nowin
+ln -svf mf $INSTALL_ROOT/usr/bin/mf-nowin &&
+texlinks -f /usr/share/texmf/web2c/fmtutil.cnf
diff --git a/latex/texlive/texmf.cnf_fix.patch b/latex/texlive/texmf.cnf_fix.patch
index b673c4f..b4dfb1e 100644
--- a/latex/texlive/texmf.cnf_fix.patch
+++ b/latex/texlive/texmf.cnf_fix.patch
@@ -5,7 +5,7 @@
  %
  % Redistributors will probably want $SELFAUTODIR/share, i.e., /usr/share.
 -TEXMFROOT = $SELFAUTOPARENT
-+TEXMFROOT = $SELFAUTOPARENT/share
++TEXMFROOT = $SELFAUTODIR/share
  
  % The tree containing runtime files related to the specific
  % distribution and version.


More information about the SM-Commit mailing list