summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-02-08 03:48:52 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-02-08 03:48:52 +0000
commit29a815361a84bc7e053ea40722c6e43594f07503 (patch)
treea65b7b7cb39da7aa49641adb0a1fcebb7e6f7f27 /media-gfx/splash-themes-livecd
parentarm/hppa/ia64/m68k/s390/sh stable (diff)
downloadgentoo-2-29a815361a84bc7e053ea40722c6e43594f07503.tar.gz
gentoo-2-29a815361a84bc7e053ea40722c6e43594f07503.tar.bz2
gentoo-2-29a815361a84bc7e053ea40722c6e43594f07503.zip
Added sed from blackace and closing bug #121559.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'media-gfx/splash-themes-livecd')
-rw-r--r--media-gfx/splash-themes-livecd/ChangeLog8
-rw-r--r--media-gfx/splash-themes-livecd/splash-themes-livecd-2005.1.ebuild10
2 files changed, 14 insertions, 4 deletions
diff --git a/media-gfx/splash-themes-livecd/ChangeLog b/media-gfx/splash-themes-livecd/ChangeLog
index bac9a064f2ef..4fca4cf33dac 100644
--- a/media-gfx/splash-themes-livecd/ChangeLog
+++ b/media-gfx/splash-themes-livecd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/splash-themes-livecd
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/ChangeLog,v 1.8 2005/07/23 15:42:54 pylon Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/ChangeLog,v 1.9 2006/02/08 03:48:52 wolf31o2 Exp $
+
+ 08 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ splash-themes-livecd-2005.1.ebuild:
+ Added sed from blackace and closing bug #121559.
23 Jul 2005; Lars Weiler <pylon@gentoo.org>
splash-themes-livecd-2005.1.ebuild:
diff --git a/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.1.ebuild b/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.1.ebuild
index e63be9f35c6b..b239661e30e3 100644
--- a/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.1.ebuild
+++ b/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.1.ebuild,v 1.2 2005/07/23 15:42:54 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.1.ebuild,v 1.3 2006/02/08 03:48:52 wolf31o2 Exp $
MY_P="gentoo-livecd-${PV}"
MY_REV="0.9.2"
@@ -17,6 +17,12 @@ DEPEND=">=media-gfx/splashutils-1.1.9.7"
S=${WORKDIR}/${MY_P}
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ sed -i -e '/^\/bin\/umount -l "\/etc\/splash\/${SPLASH_THEME}"$/s/^\(.*\)$/\1 \&>\/dev\/null/' scripts/rc_exit-post
+}
+
src_install() {
dodir /etc/splash/livecd-${PV}
cp -r ${S}/* ${D}/etc/splash/livecd-${PV}