[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Automatic input while building a package



On Tue, Aug 08, 2000 at 09:32:25PM +0200, Andreas Kostyrka wrote:
> On Tue, Aug 08, 2000 at 02:47:05PM -0300, Jose Romildo Malaquias wrote:
> > 
> > I am building an RPM package for the listings LaTeX package.
> > The building process is interactive and the install procedure
> > goes through some y/n questions. I would like to have
> > that questions automaticaly answered (of course, I know
> > the the answers). How can I tell the answers to such questions
> > in the build process so that the packages can build without
> > user intervention?
> echo -e 'y\nn\ny\n' | ./configure
> 
> Andreas

For now the above is suficient to me. Changing the installer
so that it does not asks the questions would be a better
solution, but harder to implement. By the way, the installer
I am using is just TeX. The command I put in my spec file
is

echo -e "y\ny\n" | tex listings.ins

Thanks to all who answered.

Romildo
-- 
Prof. José Romildo Malaquias <romildo@iceb.ufop.br>
Departamento de Computação
Universidade Federal de Ouro Preto
Brasil





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index] []