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

Re: New release (v0.8.7rc4)



Andrew Hwang writes:

> On 9 Sep 2002, Jay Belanger wrote:
...
> > (I also noticed that epix has
> > INSTALL_DIR=/usr/local
> > and
> > HDR_PATH=$INSTALL_DIR/include
> > no matter where epix is installed.
> That's odd...when you compile and install, do you modify the "prefix"
> variable near the top of the Makefile? 

Um, no.
I had just been using the spec file to build rpms.
A couple of lines like
sed 's/prefix=\/usr\/local/prefix=\/usr/' Makefile > Makefile.tmp
mv Makefile.tmp Makefile
right before the make command would take care of it for rpm users. 
(Not that it actually matters.)

Jay