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 | c86fa4a98b4b0f3bdc7dad2f70fe1cce5acfc57b (patch) | |
tree | 6bf098fa469273eecfcde3afb24f581993938a71 /app-arch/dump | |
parent | add STANDARD_HELP_VERSION=1 to the code to fix bug #45238 (diff) | |
download | historical-c86fa4a98b4b0f3bdc7dad2f70fe1cce5acfc57b.tar.gz historical-c86fa4a98b4b0f3bdc7dad2f70fe1cce5acfc57b.tar.bz2 historical-c86fa4a98b4b0f3bdc7dad2f70fe1cce5acfc57b.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} |