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 | fa534ebafbddde5f14fe8d7afe8b9a09339abf7c (patch) | |
tree | 3f901ba771aafb27f9bf28fcc9f1fc79f47d4203 /media-sound/cmix | |
parent | Move epatch to src_prepare (diff) | |
download | historical-fa534ebafbddde5f14fe8d7afe8b9a09339abf7c.tar.gz historical-fa534ebafbddde5f14fe8d7afe8b9a09339abf7c.tar.bz2 historical-fa534ebafbddde5f14fe8d7afe8b9a09339abf7c.zip |
Quoting
Package-Manager: portage-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" } |