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.8.5.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.8.5.ebuild')
-rw-r--r-- | media-video/lives/lives-0.9.8.5.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-video/lives/lives-0.9.8.5.ebuild b/media-video/lives/lives-0.9.8.5.ebuild index 7d71c0b4bf7c..1758b6f03cad 100644 --- a/media-video/lives/lives-0.9.8.5.ebuild +++ b/media-video/lives/lives-0.9.8.5.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-video/lives/lives-0.9.8.5.ebuild,v 1.1 2007/06/04 14:21:38 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.8.5.ebuild,v 1.2 2007/11/27 14:14:27 zzam Exp $ inherit flag-o-matic @@ -42,8 +42,8 @@ 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* - cd ${S} + "${S}"/{,src,lives-plugins,lives-plugins/plugins/playback/video,lives-plugins/weed-plugins}/Makefile* + cd "${S}" epatch "${FILESDIR}/${P}-install-paths.patch" } @@ -58,6 +58,6 @@ src_compile() { src_install() { dodir /usr/share/pixmaps dodir /usr/share/applications - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die dodoc AUTHORS CHANGELOG FEATURES GETTING.STARTED } |