diff options
author | Michael Januszewski <spock@gentoo.org> | 2004-08-22 14:59:17 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2004-08-22 14:59:17 +0000 |
commit | 1e9998cda8f8a0080588a7e0b93c7f582b43b9d4 (patch) | |
tree | 4dd02c10b06f2c52aac1e6285ee9ae8fa7c1c357 /media-gfx | |
parent | fixes fixes bugs: 44916, 48018, 56721 and possibly few others. (diff) | |
download | gentoo-2-1e9998cda8f8a0080588a7e0b93c7f582b43b9d4.tar.gz gentoo-2-1e9998cda8f8a0080588a7e0b93c7f582b43b9d4.tar.bz2 gentoo-2-1e9998cda8f8a0080588a7e0b93c7f582b43b9d4.zip |
Fix emergence in destdir, not in root fs..
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/splashutils/splashutils-0.9_pre07.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/splashutils/splashutils-0.9_pre07.ebuild b/media-gfx/splashutils/splashutils-0.9_pre07.ebuild index 0c53a1e16f3f..f8eb9468023c 100644 --- a/media-gfx/splashutils/splashutils-0.9_pre07.ebuild +++ b/media-gfx/splashutils/splashutils-0.9_pre07.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-0.9_pre07.ebuild,v 1.2 2004/08/22 14:54:00 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-0.9_pre07.ebuild,v 1.3 2004/08/22 14:59:17 spock Exp $ MISCSPLASH="miscsplashutils-0.1.1" GENTOOSPLASH="splashutils-gentoo-0.1" @@ -74,7 +74,7 @@ src_install() { dodoc docs/* README AUTHORS # fix a little bug in the current version of the emergence theme - sed -re 's/silent-([0-9]+x[0-9]+)-240/silent-\1-256/g' -i /etc/splash/emergence/*.cfg + sed -re 's/silent-([0-9]+x[0-9]+)-240/silent-\1-256/g' -i ${D}/etc/splash/emergence/*.cfg if [ ! -e ${ROOT}/etc/splash/default ]; then dosym /etc/splash/emergence /etc/splash/default |