From eda38f852ca60c5e21406148d3bcbea7d841cd9a Mon Sep 17 00:00:00 2001 From: Matthias Schwarzott Date: Tue, 27 Nov 2007 14:14:27 +0000 Subject: Fixed quoting. (Portage version: 2.1.4_rc3) --- media-video/lives/lives-0.9.7.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'media-video/lives/lives-0.9.7.ebuild') diff --git a/media-video/lives/lives-0.9.7.ebuild b/media-video/lives/lives-0.9.7.ebuild index 8733209e1b46..29b4388df1bd 100644 --- a/media-video/lives/lives-0.9.7.ebuild +++ b/media-video/lives/lives-0.9.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.7.ebuild,v 1.1 2006/10/06 22:36:43 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.7.ebuild,v 1.2 2007/11/27 14:14:27 zzam Exp $ inherit flag-o-matic @@ -42,7 +42,7 @@ src_unpack() { unpack ${A} # hardcoding -03 is wrong! sed -i -e "s:-O3::g" \ - ${S}/{,src,lives-plugins,lives-plugins/plugins/playback/video,lives-plugins/weed-plugins}/Makefile* + "${S}"/{,src,lives-plugins,lives-plugins/plugins/playback/video,lives-plugins/weed-plugins}/Makefile* } src_compile() { @@ -55,6 +55,6 @@ src_compile() { src_install() { dodir /usr/share/lives/icons - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die dodoc AUTHORS CHANGELOG FEATURES GETTING.STARTED } -- cgit v1.2.3-65-gdbad