Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-texlive grimoire by Andraž Levstik (6ab8b9498a00ee457d531486d8ec6846770d8d35)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-texlive grimoire by Andraž Levstik (6ab8b9498a00ee457d531486d8ec6846770d8d35)
  • Date: Fri, 7 Aug 2009 03:47:41 -0500

GIT changes to devel-texlive grimoire by Andraž Levstik
<ruskie+2054d253 AT codemages.net>:

latex/texlive/HISTORY | 2 +-
latex/texlive/PRE_BUILD | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6ab8b9498a00ee457d531486d8ec6846770d8d35
Author: Andraž Levstik <ruskie+2054d253 AT codemages.net>
Commit: Andraž Levstik <ruskie+2054d253 AT codemages.net>

texlive: fix the sed per Finn's suggestion

diff --git a/latex/texlive/HISTORY b/latex/texlive/HISTORY
index c010568..bd18cea 100644
--- a/latex/texlive/HISTORY
+++ b/latex/texlive/HISTORY
@@ -1,6 +1,6 @@
2009-08-07 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* PRE_BUILD: added comments so that the here-after people will
- know what bit is what
+ know what bit is what, fix the patching

2009-08-07 Peng Chang (Charles) <chp AT sourcemage.org>
* DEPENDS: some building script in texk/dvipsk makes use of ed
diff --git a/latex/texlive/PRE_BUILD b/latex/texlive/PRE_BUILD
index d440483..d3b59f3 100755
--- a/latex/texlive/PRE_BUILD
+++ b/latex/texlive/PRE_BUILD
@@ -12,7 +12,7 @@ patch -p0 < $SPELL_DIRECTORY/fix_scripts_2.patch &&
#--
## the sed on the patch is live so it will take into
## account INSTALL_ROOT
-patch -p0 < $(sed "s:/usr/share:$INSTALL_ROOT/usr/share:g"
$SPELL_DIRECTORY/texmf.cnf_fix.patch) &&
+sed "s:/usr/share:$INSTALL_ROOT/usr/share:g"
$SPELL_DIRECTORY/texmf.cnf_fix.patch | patch -p0 &&
#--
#--
## getline rename where it's defined



  • [SM-Commit] GIT changes to devel-texlive grimoire by Andraž Levstik (6ab8b9498a00ee457d531486d8ec6846770d8d35), Andraž Levstik, 08/07/2009

Archive powered by MHonArc 2.6.24.

Top of Page