diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-12-11 03:06:20 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-12-11 03:06:20 +0000 |
commit | 18b33c4a5978083e7eb31a6a1f45382d0a90cdad (patch) | |
tree | ce55b5f5c3413ea9bd27d7757a5552bcfba87364 /sys-apps | |
parent | undo (diff) | |
download | gentoo-2-18b33c4a5978083e7eb31a6a1f45382d0a90cdad.tar.gz gentoo-2-18b33c4a5978083e7eb31a6a1f45382d0a90cdad.tar.bz2 gentoo-2-18b33c4a5978083e7eb31a6a1f45382d0a90cdad.zip |
undo
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/coreutils/coreutils-5.0-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/coreutils/coreutils-5.0-r5.ebuild b/sys-apps/coreutils/coreutils-5.0-r5.ebuild index 53333b914d0b..df6b4a656a83 100644 --- a/sys-apps/coreutils/coreutils-5.0-r5.ebuild +++ b/sys-apps/coreutils/coreutils-5.0-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.0-r5.ebuild,v 1.4 2003/12/11 02:50:56 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.0-r5.ebuild,v 1.5 2003/12/11 03:06:20 seemant Exp $ inherit eutils @@ -55,7 +55,7 @@ src_unpack() { } src_compile() { - + aclocal -I ${S}/m4 || die autoconf || die automake || die |