summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2007-11-27 10:22:56 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2007-11-27 10:22:56 +0000
commitd2ada55c30d30200ca24436e47980e4056856b4b (patch)
treeef7fcd9827ae6f8640d712419ef69b7849380fe2 /media-tv/dvbstream/dvbstream-0.5.ebuild
parentFixed quoting. (diff)
downloadhistorical-d2ada55c30d30200ca24436e47980e4056856b4b.tar.gz
historical-d2ada55c30d30200ca24436e47980e4056856b4b.tar.bz2
historical-d2ada55c30d30200ca24436e47980e4056856b4b.zip
Fixed quoting.
Package-Manager: portage-2.1.4_rc3
Diffstat (limited to 'media-tv/dvbstream/dvbstream-0.5.ebuild')
-rw-r--r--media-tv/dvbstream/dvbstream-0.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-tv/dvbstream/dvbstream-0.5.ebuild b/media-tv/dvbstream/dvbstream-0.5.ebuild
index f852e5525a53..9b6d27980751 100644
--- a/media-tv/dvbstream/dvbstream-0.5.ebuild
+++ b/media-tv/dvbstream/dvbstream-0.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-tv/dvbstream/dvbstream-0.5.ebuild,v 1.4 2007/07/13 05:03:57 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/dvbstream/dvbstream-0.5.ebuild,v 1.5 2007/11/27 10:16:17 zzam Exp $
inherit eutils
@@ -21,7 +21,7 @@ src_unpack() {
unpack ${A}
#epatch ${FILESDIR}/${P}-gentoo.diff
- cd ${S}
+ cd "${S}"
sed -i Makefile \
-e 's:$(CFLAGS):$(CFLAGS) $(CPPFLAGS):' \
-e '/CFLAGS.*=.*-g -Wall -O2/s:-g -Wall -O2::' \