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
commitf4281233dfe08bfc53b981e3c093b58e9cb0c6b7 (patch)
tree13b1a1a057f88d785afbe287d180f7ba9acb8aa5 /media-gfx/splash-themes-livecd/splash-themes-livecd-2006.1.ebuild
parentstable x86, bug 187681 (diff)
downloadhistorical-f4281233dfe08bfc53b981e3c093b58e9cb0c6b7.tar.gz
historical-f4281233dfe08bfc53b981e3c093b58e9cb0c6b7.tar.bz2
historical-f4281233dfe08bfc53b981e3c093b58e9cb0c6b7.zip
Fixed splash-themes livecd to work with baselayout2 by using /etc/init.d/functions.sh instead of /sbin/functions.sh, bug #177626.
Package-Manager: portage-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}