Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-texlive grimoire by Peng Chang (Charles) (7d310293874cfca59fc65035e36119670c875d7b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "Peng Chang (Charles)" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-texlive grimoire by Peng Chang (Charles) (7d310293874cfca59fc65035e36119670c875d7b)
  • Date: Sun, 21 Nov 2010 08:12:25 -0600

GIT changes to devel-texlive grimoire by Peng Chang (Charles)
<chp AT sourcemage.org>:

latex/texlive/PRE_BUILD | 4 +++-
1 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 7d310293874cfca59fc65035e36119670c875d7b
Author: Peng Chang (Charles) <chp AT sourcemage.org>
Commit: Peng Chang (Charles) <chp AT sourcemage.org>

texlive: fix link paths according to FHS

diff --git a/latex/texlive/PRE_BUILD b/latex/texlive/PRE_BUILD
index 0cf0917..ef16af5 100755
--- a/latex/texlive/PRE_BUILD
+++ b/latex/texlive/PRE_BUILD
@@ -9,7 +9,9 @@ xargs sed -i 's@\(\${prefix}\)/\(texmf\)@\1/share/\2@' &&

sedit 's@^texconfdir = \${prefix}@&/share@' texk/tetex/Makefile.in &&

-sedit 's@^tex4htdir = \${prefix}@&/share@' texk/tex4htk/Makefile.in &&
+sedit 's@^tex4ht_subdir = @&share/@' texk/tex4htk/Makefile.in &&
+
+sedit 's@\(\$(REL)\)/\(texmf\)@\1/share/\2@'
texk/texlive/linked_scripts/Makefile.in &&

#--
#--



  • [SM-Commit] GIT changes to devel-texlive grimoire by Peng Chang (Charles) (7d310293874cfca59fc65035e36119670c875d7b), Peng Chang (Charles), 11/21/2010

Archive powered by MHonArc 2.6.24.

Top of Page