diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-03 13:19:50 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-03 13:19:50 +0000 |
commit | f55b9d734c680b26b49248983fb9233ffa9b636e (patch) | |
tree | 8524e408ea9a4cc61b7a75d7bec08cacf6be29e7 /media-sound/cmix | |
parent | Move epatch to src_prepare (diff) | |
download | gentoo-2-f55b9d734c680b26b49248983fb9233ffa9b636e.tar.gz gentoo-2-f55b9d734c680b26b49248983fb9233ffa9b636e.tar.bz2 gentoo-2-f55b9d734c680b26b49248983fb9233ffa9b636e.zip |
Quoting
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/cmix')
-rw-r--r-- | media-sound/cmix/cmix-1.6.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-sound/cmix/cmix-1.6.ebuild b/media-sound/cmix/cmix-1.6.ebuild index a46c8fb215bc..4bd52fa31c3d 100644 --- a/media-sound/cmix/cmix-1.6.ebuild +++ b/media-sound/cmix/cmix-1.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cmix/cmix-1.6.ebuild,v 1.14 2006/03/07 14:03:52 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cmix/cmix-1.6.ebuild,v 1.15 2009/08/03 13:19:50 ssuominen Exp $ inherit eutils toolchain-funcs @@ -17,8 +17,7 @@ KEYWORDS="-amd64 ~ppc sparc x86" src_unpack() { unpack ${A} - cd ${S} - + cd "${S}" epatch "${FILESDIR}/${P}-ldflags.patch" } |