diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-05-20 09:25:52 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-05-20 09:25:52 +0000 |
commit | 1aab27a7c8dbd2510d023c4511c32dc87ee90598 (patch) | |
tree | 749f93c81c2466a448ce08aa117ff08073738b67 | |
parent | Bug #132889, argument over default service location leads to a safer default. (diff) | |
download | gentoo-2-1aab27a7c8dbd2510d023c4511c32dc87ee90598.tar.gz gentoo-2-1aab27a7c8dbd2510d023c4511c32dc87ee90598.tar.bz2 gentoo-2-1aab27a7c8dbd2510d023c4511c32dc87ee90598.zip |
we no like autoreconf
(Portage version: 2.1_rc1-r3)
-rw-r--r-- | games-puzzle/xye/xye-0.7.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/xye/xye-0.7.6.ebuild b/games-puzzle/xye/xye-0.7.6.ebuild index cc1687965830..0e0c12bea77e 100644 --- a/games-puzzle/xye/xye-0.7.6.ebuild +++ b/games-puzzle/xye/xye-0.7.6.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/games-puzzle/xye/xye-0.7.6.ebuild,v 1.1 2006/05/20 08:59:40 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xye/xye-0.7.6.ebuild,v 1.2 2006/05/20 09:25:52 mr_bones_ Exp $ inherit eutils games @@ -28,7 +28,7 @@ pkg_setup() { src_unpack() { unpack ${A} cd "${S}" - autoreconf + aclocal && automake -a -c && autoconf || die "autotools failed" } src_install() { |