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 | 37f3940d5ee09493ba1af379e888f6daa9783257 (patch) | |
tree | d57a9438a7b83db411b80500be1686627307f029 /media-gfx/splash-themes-gentoo/splash-themes-gentoo-20050429.ebuild | |
parent | Version bump. (diff) | |
download | historical-37f3940d5ee09493ba1af379e888f6daa9783257.tar.gz historical-37f3940d5ee09493ba1af379e888f6daa9783257.tar.bz2 historical-37f3940d5ee09493ba1af379e888f6daa9783257.zip |
Remove invalid usage of $ROOT (bug #167285).
Package-Manager: portage-2.1.2-r9
Diffstat (limited to 'media-gfx/splash-themes-gentoo/splash-themes-gentoo-20050429.ebuild')
-rw-r--r-- | media-gfx/splash-themes-gentoo/splash-themes-gentoo-20050429.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
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 } |