diff options
author | Jason Huebel <jhuebel@gentoo.org> | 2004-03-21 01:56:22 +0000 |
---|---|---|
committer | Jason Huebel <jhuebel@gentoo.org> | 2004-03-21 01:56:22 +0000 |
commit | 78bac0f01cd5d5b366f311408b720b50270a17e4 (patch) | |
tree | bfd66af186c40286f65332b1f77c74dc42383ea3 /app-arch/dump | |
parent | add STANDARD_HELP_VERSION=1 to the code to fix bug #45238 (Manifest recommit) (diff) | |
download | gentoo-2-78bac0f01cd5d5b366f311408b720b50270a17e4.tar.gz gentoo-2-78bac0f01cd5d5b366f311408b720b50270a17e4.tar.bz2 gentoo-2-78bac0f01cd5d5b366f311408b720b50270a17e4.zip |
reordered for list so configure.in is newer and configure will stop trying to
rebuild itself
Diffstat (limited to 'app-arch/dump')
-rw-r--r-- | app-arch/dump/dump-0.4.34.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/dump/dump-0.4.34.ebuild b/app-arch/dump/dump-0.4.34.ebuild index 89a19e2a11a4..4b212d444c3c 100644 --- a/app-arch/dump/dump-0.4.34.ebuild +++ b/app-arch/dump/dump-0.4.34.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/dump-0.4.34.ebuild,v 1.11 2004/02/23 13:55:16 bazik Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/dump-0.4.34.ebuild,v 1.12 2004/03/21 01:56:22 jhuebel Exp $ MY_P=${P/4./4b} S=${WORKDIR}/${MY_P} @@ -28,7 +28,7 @@ src_unpack() { unpack ${A} cd ${S} if [ `use readline` ] ; then - for i in configure configure.in + for i in configure.in configure do sed -i "s:-ltermcap:-lncurses:g" \ ${i} |