Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (7188bbfdf2f412e5eff9495977a48b2645b5f3e8)
  • Date: Fri, 9 Sep 2011 04:59:13 -0500

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.



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (7188bbfdf2f412e5eff9495977a48b2645b5f3e8), Ismael Luceno, 09/09/2011

Archive powered by MHonArc 2.6.24.

Top of Page