aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gmail.com>2015-02-25 02:49:17 +0300
committerAndrew Savchenko <bircoph@gmail.com>2015-02-25 02:49:17 +0300
commit8488f45715f6cbc2cf8d789dd20ef61a2b04218f (patch)
tree920d02fcb3b2f6f895680dcf7d0630a9fc681494
parentversion bump; installs the simple perl script and PDF doc files (diff)
downloadsci-8488f45715f6cbc2cf8d789dd20ef61a2b04218f.tar.gz
sci-8488f45715f6cbc2cf8d789dd20ef61a2b04218f.tar.bz2
sci-8488f45715f6cbc2cf8d789dd20ef61a2b04218f.zip
sci-physics/root: fix html header background image path
-rw-r--r--sci-physics/root/ChangeLog4
-rw-r--r--sci-physics/root/root-5.34.26.ebuild2
2 files changed, 5 insertions, 1 deletions
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 <bircoph@gentoo.org> root-5.34.26.ebuild:
+ Remove full path from local images, otherwise html header
+ background is missing.
+
23 Feb 2015; Andrew Savchenko <bircoph@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 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