commit:     8488f45715f6cbc2cf8d789dd20ef61a2b04218f
Author:     Andrew Savchenko <bircoph <AT> gmail <DOT> com>
AuthorDate: Tue Feb 24 23:49:17 2015 +0000
Commit:     Andrew Savchenko <bircoph <AT> gmail <DOT> com>
CommitDate: Tue Feb 24 23:49:17 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8488f457

sci-physics/root: fix html header background image path

---
 sci-physics/root/ChangeLog           | 4 ++++
 sci-physics/root/root-5.34.26.ebuild | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog
index a01cdc1..b8503a4 100644
--- a/sci-physics/root/ChangeLog
+++ b/sci-physics/root/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.96 
2012/03/29 18:21:49 bicatali Exp $
 
+  24 Feb 2015; Andrew Savchenko <birc...@gentoo.org> root-5.34.26.ebuild:
+  Remove full path from local images, otherwise html header
+  background is missing.
+
   23 Feb 2015; Andrew Savchenko <birc...@gentoo.org> -root-5.34.18-r2.ebuild,
   -root-6.00.01-r1.ebuild, -files/root-5.32.00-prop-flags.patch,
   -files/root-5.34.18-tutorials-path.patch, -files/root-6.00.01-cling.patch,

diff --git a/sci-physics/root/root-5.34.26.ebuild 
b/sci-physics/root/root-5.34.26.ebuild
index 6eeb274..fdd6943 100644
--- a/sci-physics/root/root-5.34.26.ebuild
+++ b/sci-physics/root/root-5.34.26.ebuild
@@ -228,7 +228,7 @@ src_prepare() {
                configure || die "prefixify configure failed"
 
        # CSS should use local images
-       sed -i -e 's,http://.*/images/,,' etc/html/ROOT.css || die "html sed 
failed"
+       sed -i -e 's,http://.*/,,' etc/html/ROOT.css || die "html sed failed"
 
        # fix reflex path (bug #497280)
        sed -i -e 's|${ROOTSYS}/lib|@libdir@|' config/genreflex.in || die

Reply via email to