Re: .diff question

1998-12-15 Thread Santiago Vila
On Mon, 14 Dec 1998, Fernando Sanchez wrote: > I'm packaging ocaml, a ml-type language interpreter and compiler, > and everything works ok but I have two questions, I hope quite easy to > answer: > > First, to compile ocaml I need to call "make install" (in 'rules' file) in > the following

Re: .diff question

1998-12-14 Thread Scott K. Ellis
On Mon, 14 Dec 1998, Fernando Sanchez wrote: > First, to compile ocaml I need to call "make install" (in 'rules' file) in > the following way for it to install binaries where it has to: > > $(MAKE) install BINDIR=`pwd`/debian/tmp/usr/bin \ > LIBDIR=`pwd`/debian/tmp/usr/lib/ocaml MANDIR=`pwd`/debi

RE: .diff question

1998-12-14 Thread Shaleh
On 14-Dec-98 Fernando Sanchez wrote: > Hello, > I'm packaging ocaml, a ml-type language interpreter and compiler, > and everything works ok but I have two questions, I hope quite easy to > answer: > > First, to compile ocaml I need to call "make install" (in 'rules' file) in > the following

.diff question

1998-12-14 Thread Fernando Sanchez
Hello, I'm packaging ocaml, a ml-type language interpreter and compiler, and everything works ok but I have two questions, I hope quite easy to answer: First, to compile ocaml I need to call "make install" (in 'rules' file) in the following way for it to install binaries where it has to: