summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2007-11-27 12:06:46 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2007-11-27 12:06:46 +0000
commit82a5650b5f4df801bd2b917b69a3b7a2f289bd8a (patch)
treeac45ef672de33a4b36f61b2d6f954c6cc237166f /media-video/flumotion
parentFixed quoting. (diff)
downloadgentoo-2-82a5650b5f4df801bd2b917b69a3b7a2f289bd8a.tar.gz
gentoo-2-82a5650b5f4df801bd2b917b69a3b7a2f289bd8a.tar.bz2
gentoo-2-82a5650b5f4df801bd2b917b69a3b7a2f289bd8a.zip
Fixed quoting.
(Portage version: 2.1.4_rc3)
Diffstat (limited to 'media-video/flumotion')
-rw-r--r--media-video/flumotion/ChangeLog5
-rw-r--r--media-video/flumotion/flumotion-0.4.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-video/flumotion/ChangeLog b/media-video/flumotion/ChangeLog
index 07438382492f..837b4c9eb0ff 100644
--- a/media-video/flumotion/ChangeLog
+++ b/media-video/flumotion/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/flumotion
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/ChangeLog,v 1.12 2007/04/28 11:55:53 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/ChangeLog,v 1.13 2007/11/27 12:06:46 zzam Exp $
+
+ 27 Nov 2007; Matthias Schwarzott <zzam@gentoo.org> flumotion-0.4.1.ebuild:
+ Fixed quoting.
28 Apr 2007; Torsten Veller <tove@gentoo.org> flumotion-0.4.1.ebuild:
Use newinitd
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