diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2006-03-05 08:25:37 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2006-03-05 08:25:37 +0000 |
commit | 99f7b1a8434251a64023456d235fc81e5d4906fc (patch) | |
tree | 533bd72745f250f757e256cd3f6b3baf4958dc20 /media-libs/libfpx/libfpx-1.2.0.12.ebuild | |
parent | Stable on x86; security bug #107679 (diff) | |
download | gentoo-2-99f7b1a8434251a64023456d235fc81e5d4906fc.tar.gz gentoo-2-99f7b1a8434251a64023456d235fc81e5d4906fc.tar.bz2 gentoo-2-99f7b1a8434251a64023456d235fc81e5d4906fc.zip |
minor changes
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'media-libs/libfpx/libfpx-1.2.0.12.ebuild')
-rw-r--r-- | media-libs/libfpx/libfpx-1.2.0.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libfpx/libfpx-1.2.0.12.ebuild b/media-libs/libfpx/libfpx-1.2.0.12.ebuild index b17bd67c5a79..57e7f569b247 100644 --- a/media-libs/libfpx/libfpx-1.2.0.12.ebuild +++ b/media-libs/libfpx/libfpx-1.2.0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libfpx/libfpx-1.2.0.12.ebuild,v 1.2 2006/01/14 01:37:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libfpx/libfpx-1.2.0.12.ebuild,v 1.3 2006/03/05 08:25:37 lu_zero Exp $ inherit eutils @@ -24,7 +24,7 @@ S=${WORKDIR}/${MY_P2} src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/${P}-makefile.patch + epatch "${FILESDIR}/${P}-makefile.patch" } src_install() { |