summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2007-11-27 12:25:13 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2007-11-27 12:25:13 +0000
commit939529762a276aa3d504aa5581cd50b64d61d385 (patch)
treed320cebeaf129ff90caf2f94d54e2cc181e6cfc3 /media-video/oxine/oxine-0.6.3-r1.ebuild
parentStable on x86 and amd64. (diff)
downloadhistorical-939529762a276aa3d504aa5581cd50b64d61d385.tar.gz
historical-939529762a276aa3d504aa5581cd50b64d61d385.tar.bz2
historical-939529762a276aa3d504aa5581cd50b64d61d385.zip
Fixed quoting.
Package-Manager: portage-2.1.4_rc3
Diffstat (limited to 'media-video/oxine/oxine-0.6.3-r1.ebuild')
-rw-r--r--media-video/oxine/oxine-0.6.3-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/oxine/oxine-0.6.3-r1.ebuild b/media-video/oxine/oxine-0.6.3-r1.ebuild
index 2e96b3ff192f..91b09ed767c6 100644
--- a/media-video/oxine/oxine-0.6.3-r1.ebuild
+++ b/media-video/oxine/oxine-0.6.3-r1.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/oxine/oxine-0.6.3-r1.ebuild,v 1.5 2007/07/22 08:41:59 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/oxine/oxine-0.6.3-r1.ebuild,v 1.6 2007/11/27 12:11:35 zzam Exp $
WANT_AUTOMAKE="1.9"
inherit eutils autotools
@@ -77,7 +77,7 @@ pkg_setup() {
src_unpack() {
unpack ${MY_P}.tar.gz
- cd ${S}
+ cd "${S}"
epatch ${DISTDIR}/${PN}-0_6_0-to-0_6_3.patch
AT_M4DIR="m4" eautoreconf
}