diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2006-05-17 06:23:49 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2006-05-17 06:23:49 +0000 |
commit | 21accab4b9ed3d29f72c9df7ff84aa3a8d0a9cb5 (patch) | |
tree | 0217df40c05e615ba7d24fa9b122727ed07d4c30 /sci-libs | |
parent | fixed broken configure and bumped to the current release (diff) | |
download | gentoo-2-21accab4b9ed3d29f72c9df7ff84aa3a8d0a9cb5.tar.gz gentoo-2-21accab4b9ed3d29f72c9df7ff84aa3a8d0a9cb5.tar.bz2 gentoo-2-21accab4b9ed3d29f72c9df7ff84aa3a8d0a9cb5.zip |
fixed a typo in the epatch line...
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/cfitsio/cfitsio-3.006.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/cfitsio/cfitsio-3.006.ebuild b/sci-libs/cfitsio/cfitsio-3.006.ebuild index 18479cf1b922..da3f9580d6bd 100644 --- a/sci-libs/cfitsio/cfitsio-3.006.ebuild +++ b/sci-libs/cfitsio/cfitsio-3.006.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/sci-libs/cfitsio/cfitsio-3.006.ebuild,v 1.1 2006/05/17 06:20:53 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cfitsio/cfitsio-3.006.ebuild,v 1.2 2006/05/17 06:23:49 nerdboy Exp $ inherit eutils multilib toolchain-funcs @@ -21,7 +21,7 @@ S=${WORKDIR}/${PN} src_unpack() { unpack ${A} cd ${S} - epatch ${FILESDIR}/${P}-makefile.patch || die "epatch failed" + epatch ${FILESDIR}/${P}-configure.patch || die "epatch failed" } src_compile() { |