diff options
author | Michael Januszewski <spock@gentoo.org> | 2006-11-26 17:34:49 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2006-11-26 17:34:49 +0000 |
commit | 51a22ae91baaa2b54ef4ceecd64eeaa2b6781d30 (patch) | |
tree | 8fbbc37af11be4d598d3e23bf2ed3465d6ddc09f | |
parent | Bugfix: do not display a list of services to be started during boot. (diff) | |
download | historical-51a22ae91baaa2b54ef4ceecd64eeaa2b6781d30.tar.gz historical-51a22ae91baaa2b54ef4ceecd64eeaa2b6781d30.tar.bz2 historical-51a22ae91baaa2b54ef4ceecd64eeaa2b6781d30.zip |
Bugfix: do not display a list of services to be started during boot.
Package-Manager: portage-2.1.2_rc2-r2
-rw-r--r-- | media-gfx/splashutils/splashutils-1.3-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/splashutils/splashutils-1.3-r3.ebuild b/media-gfx/splashutils/splashutils-1.3-r3.ebuild index 79448a409d4d..8d3aa1bf9ea1 100644 --- a/media-gfx/splashutils/splashutils-1.3-r3.ebuild +++ b/media-gfx/splashutils/splashutils-1.3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.3-r3.ebuild,v 1.2 2006/11/26 17:31:52 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.3-r3.ebuild,v 1.3 2006/11/26 17:34:49 spock Exp $ inherit eutils multilib toolchain-funcs @@ -104,7 +104,7 @@ src_unpack() { # Fix path to klibc headers on multilib systems sed -i -e "s:/lib/klibc:/$(get_libdir)/klibc:" ${S}/Makefile - # Do not display a list of services to be started during boot. + # Do not display a list of services to be started during boot sed -i -e '509 d' ${SG}/splash-functions.sh } |