From 9bba8bf2dc35fd01a9f037e2a8b3fa598ab6302c Mon Sep 17 00:00:00 2001 From: "Bruce A. Locke" Date: Fri, 12 Jul 2002 06:04:35 +0000 Subject: stop the screen clearing --- net-irc/cyclone/cyclone-0.3.1.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net-irc/cyclone') diff --git a/net-irc/cyclone/cyclone-0.3.1.1.ebuild b/net-irc/cyclone/cyclone-0.3.1.1.ebuild index d24d074cc119..542ee1ae2269 100644 --- a/net-irc/cyclone/cyclone-0.3.1.1.ebuild +++ b/net-irc/cyclone/cyclone-0.3.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-irc/cyclone/cyclone-0.3.1.1.ebuild,v 1.2 2002/07/12 05:57:02 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/cyclone/cyclone-0.3.1.1.ebuild,v 1.3 2002/07/12 06:04:35 blocke Exp $ S=${WORKDIR}/${P} DESCRIPTION="IRC daemon with hostname cloaking, SOCKS proxy checking and other advanced features" @@ -79,7 +79,8 @@ END_OF_CONFIG mv Config Config.orig sed -e 's|DEFOPT="-O2"|DEFOPT="${CFLAGS}"|' \ - -e 's|more ChangeLog||' Config.orig > Config + -e 's|more ChangeLog||' \ + -e 's|clear||' Config.orig > Config chmod +x Config yes "" | ./Config -n -- cgit v1.2.3-65-gdbad