From 8488f45715f6cbc2cf8d789dd20ef61a2b04218f Mon Sep 17 00:00:00 2001 From: Andrew Savchenko Date: Wed, 25 Feb 2015 02:49:17 +0300 Subject: 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 a01cdc108..b8503a4d8 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 root-5.34.26.ebuild: + Remove full path from local images, otherwise html header + background is missing. + 23 Feb 2015; Andrew Savchenko -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 6eeb2746b..fdd69438a 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 -- cgit v1.2.3-65-gdbad