summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2007-08-15 10:01:40 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2007-08-15 10:01:40 +0000
commit25ac4efd743fba4d1ded92c08da488c60aa3fba1 (patch)
treead684255dba8c6e0310d7f7d2cf9a8edc0db017b /media-gfx/splash-themes-livecd/splash-themes-livecd-2006.1.ebuild
parentstable x86, bug 187681 (diff)
downloadgentoo-2-25ac4efd743fba4d1ded92c08da488c60aa3fba1.tar.gz
gentoo-2-25ac4efd743fba4d1ded92c08da488c60aa3fba1.tar.bz2
gentoo-2-25ac4efd743fba4d1ded92c08da488c60aa3fba1.zip
Fixed splash-themes livecd to work with baselayout2 by using /etc/init.d/functions.sh instead of /sbin/functions.sh, bug #177626.
(Portage version: 2.1.3.5)
Diffstat (limited to 'media-gfx/splash-themes-livecd/splash-themes-livecd-2006.1.ebuild')
-rw-r--r--media-gfx/splash-themes-livecd/splash-themes-livecd-2006.1.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.1.ebuild b/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.1.ebuild
index 65e02f313148..3251e1c69839 100644
--- a/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.1.ebuild
+++ b/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.1.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-livecd/splash-themes-livecd-2006.1.ebuild,v 1.2 2007/02/15 15:23:20 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.1.ebuild,v 1.3 2007/08/15 10:01:40 zzam Exp $
MY_P="gentoo-livecd-${PV}"
MY_REV="0.9.4"
@@ -18,6 +18,12 @@ DEPEND=">=media-gfx/splashutils-1.1.9.10-r1"
S=${WORKDIR}/${MY_P}
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ sed -i -e 's-/sbin/functions.sh-/etc/init.d/functions.sh-' scripts/rc_init-pre
+}
+
src_install() {
dodir /etc/splash/livecd-${PV}
cp -r ${S}/* ${D}/etc/splash/livecd-${PV}