Gentoo Archives: gentoo-dev

From: George Shapovalov <george@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Ebuilds needing user input
Date: Sat, 31 Jan 2004 00:20:38
Message-Id: 200401301611.10757.george@gentoo.org
In Reply to: Re: [gentoo-dev] Ebuilds needing user input by Mike Frysinger
1 On Friday 30 January 2004 15:48, Mike Frysinger wrote:
2 > > How should one enter some input to an installation process through an
3 > > ebuild? For example, at some point the bash script for program
4 >
5 > edit the script (via sed or patch) or pipe canned output to it
6
7 Or even simple
8 echo "1" | ./Config (or whatever)
9 will do in your case..
10
11 George
12
13
14 --
15 gentoo-dev@g.o mailing list