diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2007-11-27 14:14:27 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2007-11-27 14:14:27 +0000 |
commit | eda38f852ca60c5e21406148d3bcbea7d841cd9a (patch) | |
tree | 65d33857c5d4719c9e20ee94b1e39ef43237c37e /media-video/lives/lives-0.9.7.ebuild | |
parent | rev-bump to force rebuild for users with more current codebase (diff) | |
download | gentoo-2-eda38f852ca60c5e21406148d3bcbea7d841cd9a.tar.gz gentoo-2-eda38f852ca60c5e21406148d3bcbea7d841cd9a.tar.bz2 gentoo-2-eda38f852ca60c5e21406148d3bcbea7d841cd9a.zip |
Fixed quoting.
(Portage version: 2.1.4_rc3)
Diffstat (limited to 'media-video/lives/lives-0.9.7.ebuild')
-rw-r--r-- | media-video/lives/lives-0.9.7.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
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 } |