diff options
author | 2010-06-08 20:22:04 +0000 | |
---|---|---|
committer | 2010-06-08 20:22:04 +0000 | |
commit | 89c27261c56ca7bd0ab09683633c245906a6c72e (patch) | |
tree | d158836db857c2c13555231370dd31f53ad92d5f /sci-astronomy/swarp/swarp-2.17.6.ebuild | |
parent | x11-misc/util-macros: stabilize 1.8.0 on all arches, as agreed with arch team... (diff) | |
download | gentoo-2-89c27261c56ca7bd0ab09683633c245906a6c72e.tar.gz gentoo-2-89c27261c56ca7bd0ab09683633c245906a6c72e.tar.bz2 gentoo-2-89c27261c56ca7bd0ab09683633c245906a6c72e.zip |
Fixed a bad directory creating with newer autotools
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy/swarp/swarp-2.17.6.ebuild')
-rw-r--r-- | sci-astronomy/swarp/swarp-2.17.6.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-astronomy/swarp/swarp-2.17.6.ebuild b/sci-astronomy/swarp/swarp-2.17.6.ebuild index e510607ed002..a2c2be5c4b5b 100644 --- a/sci-astronomy/swarp/swarp-2.17.6.ebuild +++ b/sci-astronomy/swarp/swarp-2.17.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/swarp/swarp-2.17.6.ebuild,v 1.2 2009/07/28 17:40:42 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/swarp/swarp-2.17.6.ebuild,v 1.3 2010/06/08 20:22:04 bicatali Exp $ EAPI=2 inherit eutils autotools @@ -18,6 +18,7 @@ DEPEND="${RDEPEND}" src_prepare() { epatch "${FILESDIR}"/${PN}-configure.patch + epatch "${FILESDIR}"/${PN}-nodoc.patch eautoreconf } |