[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Patch for making OpenLDAP 1.2.6 install correctly into $DESTDIR (ITS#278)



On Tue, Sep 07, 1999 at 04:03:08PM +0000, j_sanchez@stl.es wrote:
> You are supposed to use TMPROOT:
> 
> 	make install TMPROOT=$RPM_BUILD_ROOT
> 

TMPROOT is nice, but he is correct, that the best implementation is to
use $(DESTDIR) in the actual "install libfoo.so.1 $(DESTDIR)$(libdir)/"
lines. It's more compatible, and much more used as a standard.