Re: Re: Re: Makefile.in

2001-07-08 Thread Stephen Stafford
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 08 July 2001 9:57 pm, Robert Millan wrote: > On Sun, 8 Jul 2001 15:06:31 -0400, Steve M. Robbins <[EMAIL PROTECTED]> wrote: > > Making a package involves "installing" it! > > > > You had better re-read the packaging manual. The New Maintai

Re: Re: Re: Makefile.in

2001-07-08 Thread Stephen Stafford
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 08 July 2001 9:57 pm, Robert Millan wrote: > On Sun, 8 Jul 2001 15:06:31 -0400, Steve M. Robbins <[EMAIL PROTECTED]> wrote: > > Making a package involves "installing" it! > > > > You had better re-read the packaging manual. The New Mainta

Re: Re: Re: Makefile.in

2001-07-08 Thread Robert Millan
On Sun, 8 Jul 2001 15:06:31 -0400, Steve M. Robbins <[EMAIL PROTECTED]> wrote: > > Making a package involves "installing" it! > > You had better re-read the packaging manual. The New Maintainer's > Guide http://www.debian.org/doc/maint-guide/ is quite good. But the maint-guide tells me to modi

Re: Re: Makefile.in

2001-07-08 Thread Steve M. Robbins
On Sun, Jul 08, 2001 at 08:57:38PM +0200, Robert Millan wrote: > On Sun, 8 Jul 2001 12:51:31 -0400, [EMAIL PROTECTED] wrote: > > Use the --prefix=/usr option to ./configure > > > > Then when running 'make install' do this instead: > > 'make install prefix=/path/to/temporary/directory' > > > On Sun

Re: Re: Makefile.in

2001-07-08 Thread Robert Millan
On Sun, 8 Jul 2001 12:51:31 -0400, [EMAIL PROTECTED] wrote: > Use the --prefix=/usr option to ./configure > > Then when running 'make install' do this instead: > 'make install prefix=/path/to/temporary/directory' > On Sun, 8 Jul 2001 13:08:57 -0400, Steve M. Robbins <[EMAIL PROTECTED]> wrote: > >

Re: Re: Re: Makefile.in

2001-07-08 Thread Robert Millan
On Sun, 8 Jul 2001 15:06:31 -0400, Steve M. Robbins <[EMAIL PROTECTED]> wrote: > > Making a package involves "installing" it! > > You had better re-read the packaging manual. The New Maintainer's > Guide http://www.debian.org/doc/maint-guide/ is quite good. But the maint-guide tells me to mo

Re: Makefile.in

2001-07-08 Thread Steve M. Robbins
On Sun, Jul 08, 2001 at 12:51:31PM -0400, [EMAIL PROTECTED] wrote: > Use the --prefix=/usr option to ./configure > > Then when running 'make install' do this instead: > 'make install prefix=/path/to/temporary/directory' Also, set --mandir=/usr/share/man and --infodir=/usr/share/info, if applicabl

Re: Makefile.in

2001-07-08 Thread mdanish
Use the --prefix=/usr option to ./configure Then when running 'make install' do this instead: 'make install prefix=/path/to/temporary/directory' On Sun, Jul 08, 2001 at 06:39:22PM +0200, Robert Millan wrote: > Hello, > > I'm modifiing a Makefile.in to got rid of the "/usr/local" but i have some

Re: Re: Makefile.in

2001-07-08 Thread Steve M. Robbins
On Sun, Jul 08, 2001 at 08:57:38PM +0200, Robert Millan wrote: > On Sun, 8 Jul 2001 12:51:31 -0400, [EMAIL PROTECTED] wrote: > > Use the --prefix=/usr option to ./configure > > > > Then when running 'make install' do this instead: > > 'make install prefix=/path/to/temporary/directory' > > > On Su

Re: Re: Makefile.in

2001-07-08 Thread Robert Millan
On Sun, 8 Jul 2001 12:51:31 -0400, [EMAIL PROTECTED] wrote: > Use the --prefix=/usr option to ./configure > > Then when running 'make install' do this instead: > 'make install prefix=/path/to/temporary/directory' > On Sun, 8 Jul 2001 13:08:57 -0400, Steve M. Robbins <[EMAIL PROTECTED]> wrote: >

Re: Makefile.in

2001-07-08 Thread Steve M. Robbins
On Sun, Jul 08, 2001 at 12:51:31PM -0400, [EMAIL PROTECTED] wrote: > Use the --prefix=/usr option to ./configure > > Then when running 'make install' do this instead: > 'make install prefix=/path/to/temporary/directory' Also, set --mandir=/usr/share/man and --infodir=/usr/share/info, if applicab

Re: Makefile.in

2001-07-08 Thread mdanish
Use the --prefix=/usr option to ./configure Then when running 'make install' do this instead: 'make install prefix=/path/to/temporary/directory' On Sun, Jul 08, 2001 at 06:39:22PM +0200, Robert Millan wrote: > Hello, > > I'm modifiing a Makefile.in to got rid of the "/usr/local" but i have some