diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-12-04 13:55:27 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-12-04 13:55:27 +0000 |
commit | 306ccf3f34f8e511e3aa145bd0b3dd01c2423ebd (patch) | |
tree | 92b1ae0af430ef3d26ffc27813421de1280605c8 /sys-apps/baselayout-prefix/baselayout-prefix-1.12.14.ebuild | |
parent | Version Bump (diff) | |
download | gentoo-2-306ccf3f34f8e511e3aa145bd0b3dd01c2423ebd.tar.gz gentoo-2-306ccf3f34f8e511e3aa145bd0b3dd01c2423ebd.tar.bz2 gentoo-2-306ccf3f34f8e511e3aa145bd0b3dd01c2423ebd.zip |
Avoid automake call that breaks in the early bootstrapping stage
(Portage version: 2.2.01.19833-prefix/cvs/Darwin i386)
Diffstat (limited to 'sys-apps/baselayout-prefix/baselayout-prefix-1.12.14.ebuild')
-rw-r--r-- | sys-apps/baselayout-prefix/baselayout-prefix-1.12.14.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-apps/baselayout-prefix/baselayout-prefix-1.12.14.ebuild b/sys-apps/baselayout-prefix/baselayout-prefix-1.12.14.ebuild index 03c9ee9f975c..588f722b35c6 100644 --- a/sys-apps/baselayout-prefix/baselayout-prefix-1.12.14.ebuild +++ b/sys-apps/baselayout-prefix/baselayout-prefix-1.12.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout-prefix/baselayout-prefix-1.12.14.ebuild,v 1.5 2011/06/14 17:08:29 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout-prefix/baselayout-prefix-1.12.14.ebuild,v 1.6 2011/12/04 13:55:27 grobian Exp $ EAPI=3 @@ -52,6 +52,9 @@ src_prepare() { sbin/rc-services.sh # add the host OS MANPATH echo 'MANPATH="/usr/share/man"' > etc/env.d/99basic || die "can't make file" + + # avoid a re-automake run + touch -r gnulib/configure.ac gnulib/Makefile.in gnulib/aclocal.m4 || die } src_configure() { |