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

Re: ./configure questions (GNU Zebra)



On Fri, 6 Nov 1998, Craig Sanders wrote:

> the problem is that i can't get the 'make install' to put the binaries in
> /usr/sbin and config files in /etc.  --prefix=/usr makes it want to use
> /usr/etc for config files.
> 
> [...deleted...]
> 
> it's probably something really obvious, [...deleted...]

doh!  it was something really simple and obvious.

say one thing on the './configure' line, and set DESTDIR on the 'make
install' line.

    ./configure --exec-prefix=/usr --infodir=/usr/bin --prefix=

and

    $(MAKE) install DESTDIR=`pwd`/debian/tmp/

i should have remembered this!  doh!

craig

--
craig sanders


Reply to: