diff options
Diffstat (limited to 'media-video/effectv/effectv-0.3.10.ebuild')
-rw-r--r-- | media-video/effectv/effectv-0.3.10.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/effectv/effectv-0.3.10.ebuild b/media-video/effectv/effectv-0.3.10.ebuild index 24573f93cb33..2a045fea3aa9 100644 --- a/media-video/effectv/effectv-0.3.10.ebuild +++ b/media-video/effectv/effectv-0.3.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/effectv/effectv-0.3.10.ebuild,v 1.4 2007/07/12 02:40:42 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/effectv/effectv-0.3.10.ebuild,v 1.5 2007/11/27 12:00:34 zzam Exp $ inherit eutils toolchain-funcs @@ -16,7 +16,7 @@ DEPEND="x86? ( dev-lang/nasm ) src_unpack() { unpack ${A} - cd ${S} + cd "${S}" epatch "${FILESDIR}/${P}-makefile.patch" epatch "${FILESDIR}/${P}-trunc-name-collision.patch" } |