Re: making mutt packages.

2000-05-11 Thread Bennett Todd
2000-05-11-03:13:38 Thomas Roessler: > I'd suggest you use the DESTDIR mechanism. That is, you > ./configure mutt with the directories you want on the > target system. Then, when it comes to installing things, > you type: > > make DESTDIR=/what/ever/path/you/want install Thanks; that's n

Re: making mutt packages.

2000-05-11 Thread Carlos Puchol
Thomas Roessler <[EMAIL PROTECTED]> wrote: > I'd suggest you use the DESTDIR mechanism. That is, you > ./configure mutt with the directories you want on the > target system. Then, when it comes to installing things, > you type: > > make DESTDIR=/what/ever/path/you/want install > > (At le