diff options
author | Michael Januszewski <spock@gentoo.org> | 2007-02-17 11:42:40 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2007-02-17 11:42:40 +0000 |
commit | abdb3793436b43244e5ee633ddf4969950053372 (patch) | |
tree | 328f56cdea84f52595ed0c31d54efbb108aaa3af /media-gfx | |
parent | Remove invalid usage of $ROOT (bug #167285). (diff) | |
download | gentoo-2-abdb3793436b43244e5ee633ddf4969950053372.tar.gz gentoo-2-abdb3793436b43244e5ee633ddf4969950053372.tar.bz2 gentoo-2-abdb3793436b43244e5ee633ddf4969950053372.zip |
Remove invalid usage of $ROOT (bug #167285).
(Portage version: 2.1.2-r9)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/bootsplash/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild | 9 |
2 files changed, 8 insertions, 9 deletions
diff --git a/media-gfx/bootsplash/ChangeLog b/media-gfx/bootsplash/ChangeLog index 57b2a8fac223..d98460445bb1 100644 --- a/media-gfx/bootsplash/ChangeLog +++ b/media-gfx/bootsplash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/bootsplash -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/ChangeLog,v 1.63 2006/10/23 19:37:22 spock Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/ChangeLog,v 1.64 2007/02/17 11:42:40 spock Exp $ + + 17 Feb 2007; Michał Januszewski <spock@gentoo.org> + bootsplash-0.6.1-r7.ebuild: + Remove invalid usage of $ROOT (bug #167285). 23 Oct 2006; Michał Januszewski <spock@gentoo.org> +files/bootsplash-nostrip.patch, bootsplash-0.6.1-r7.ebuild: diff --git a/media-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild b/media-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild index 1bb74b6bd332..02e30b133541 100644 --- a/media-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild +++ b/media-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild,v 1.8 2006/10/23 19:37:22 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild,v 1.9 2007/02/17 11:42:40 spock Exp $ inherit eutils @@ -63,11 +63,6 @@ src_install() { dodir /etc/${PN} cp -pR themes/* ${D}/etc/${PN} - # link default config for boot images if not already set - if [ ! -e ${ROOT}/etc/bootsplash/default ]; then - dosym ./gentoo /etc/bootsplash/default - fi - exeinto /etc/init.d doexe misc/bootsplash |