diff options
author | Michael Januszewski <spock@gentoo.org> | 2007-02-17 11:39:43 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2007-02-17 11:39:43 +0000 |
commit | 5a94cdb7e70a05bae717450394fede004066330c (patch) | |
tree | 4f82f24bb5cc836f62291c2da445ecb4519ca9a5 /media-gfx/splash-themes-gentoo | |
parent | stabilize (diff) | |
download | gentoo-2-5a94cdb7e70a05bae717450394fede004066330c.tar.gz gentoo-2-5a94cdb7e70a05bae717450394fede004066330c.tar.bz2 gentoo-2-5a94cdb7e70a05bae717450394fede004066330c.zip |
Remove invalid usage of $ROOT (bug #167285).
(Portage version: 2.1.2-r9)
Diffstat (limited to 'media-gfx/splash-themes-gentoo')
-rw-r--r-- | media-gfx/splash-themes-gentoo/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/splash-themes-gentoo/splash-themes-gentoo-20050429.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/media-gfx/splash-themes-gentoo/ChangeLog b/media-gfx/splash-themes-gentoo/ChangeLog index 21e1c157792e..2a3d19457951 100644 --- a/media-gfx/splash-themes-gentoo/ChangeLog +++ b/media-gfx/splash-themes-gentoo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/splash-themes-gentoo # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/ChangeLog,v 1.5 2007/02/15 15:23:06 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/ChangeLog,v 1.6 2007/02/17 11:39:43 spock Exp $ + + 17 Feb 2007; Michał Januszewski <spock@gentoo.org> + splash-themes-gentoo-20050429.ebuild: + Remove invalid usage of $ROOT (bug #167285). 15 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> splash-themes-gentoo-20050429.ebuild: diff --git a/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20050429.ebuild b/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20050429.ebuild index 6e60418b630d..1d758c48e5dc 100644 --- a/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20050429.ebuild +++ b/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20050429.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20050429.ebuild,v 1.5 2007/02/15 15:23:06 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20050429.ebuild,v 1.6 2007/02/17 11:39:43 spock Exp $ DESCRIPTION="A collection of Gentoo themes for splashutils." HOMEPAGE="http://dev.gentoo.org/~spock/" @@ -16,8 +16,4 @@ RESTRICT="binchecks strip" src_install() { dodir /etc/splash/{emergence,gentoo} cp -pR ${WORKDIR}/{emergence,gentoo} ${D}/etc/splash - - if [ ! -e ${ROOT}/etc/splash/default ]; then - dosym /etc/splash/emergence /etc/splash/default - fi } |