diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2007-11-27 12:25:13 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2007-11-27 12:25:13 +0000 |
commit | 939529762a276aa3d504aa5581cd50b64d61d385 (patch) | |
tree | d320cebeaf129ff90caf2f94d54e2cc181e6cfc3 /media-video/flumotion/flumotion-0.4.1.ebuild | |
parent | Stable on x86 and amd64. (diff) | |
download | historical-939529762a276aa3d504aa5581cd50b64d61d385.tar.gz historical-939529762a276aa3d504aa5581cd50b64d61d385.tar.bz2 historical-939529762a276aa3d504aa5581cd50b64d61d385.zip |
Fixed quoting.
Package-Manager: portage-2.1.4_rc3
Diffstat (limited to 'media-video/flumotion/flumotion-0.4.1.ebuild')
-rw-r--r-- | media-video/flumotion/flumotion-0.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/flumotion/flumotion-0.4.1.ebuild b/media-video/flumotion/flumotion-0.4.1.ebuild index 65d283f56172..165d8d8154bb 100644 --- a/media-video/flumotion/flumotion-0.4.1.ebuild +++ b/media-video/flumotion/flumotion-0.4.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-video/flumotion/flumotion-0.4.1.ebuild,v 1.2 2007/04/28 11:55:53 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.4.1.ebuild,v 1.3 2007/11/27 12:06:46 zzam Exp $ inherit eutils gnome2 @@ -55,7 +55,7 @@ src_compile() { emake || die # fix ${exec_prefix} not being expanded - cd ${S}/bin + cd "${S}"/bin cp flumotion-manager flumotion-manager.orig sed -e 's:${exec_prefix}:/usr':g flumotion-manager.orig \ > flumotion-manager |