diff options
Diffstat (limited to 'media-gfx/splash-themes-livecd/splash-themes-livecd-2005.1.ebuild')
-rw-r--r-- | media-gfx/splash-themes-livecd/splash-themes-livecd-2005.1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
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 c63569b77177..3950e7736295 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-2007 Gentoo Foundation +# Copyright 1999-2008 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.5 2007/08/15 10:01:40 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.1.ebuild,v 1.6 2008/09/14 11:44:30 spock Exp $ MY_P="gentoo-livecd-${PV}" MY_REV="0.9.2" @@ -16,16 +16,16 @@ RESTRICT="binchecks strip" DEPEND=">=media-gfx/splashutils-1.1.9.7" -S=${WORKDIR}/${MY_P} +S="${WORKDIR}/${MY_P}" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" sed -i -e '/^\/bin\/umount -l "\/etc\/splash\/${SPLASH_THEME}"$/s/^\(.*\)$/\1 \&>\/dev\/null/' scripts/rc_exit-post 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} + cp -r "${S}"/* "${D}"/etc/splash/livecd-${PV} } |