On 03-03-10 09:37:46 CET, Michael Bell wrote:
> Brian May wrote:
> >There appears to be some bugs in this file,
> >0.9.1-1.
> >
> >For instance:
> >
> >prefix                  = $(DESTDIR)/usr
> >exec_prefix             = $(DESTDIR)${prefix}
> 
> I changed the order.

why?
order matters for ':=', but not for '='.

> >However:
> >
> >DEST_BINDIR             = $(DESTDIR)${exec_prefix}/bin
> >DEST_DATADIR            = $(DESTDIR)${prefix}/share
> >DEST_INFODIR            = $(DESTDIR)${prefix}/share/info
> >DEST_LIBDIR             = $(DESTDIR)${exec_prefix}/lib
> >DEST_MANDIR             = $(DESTDIR)${prefix}/share/man
> >DEST_SBINDIR            = $(DESTDIR)${exec_prefix}/sbin
> 
> I removed $(DESTDIR).

where?
judging by the variable names (and my gut feeling :-), they should be
removed from (exec_)prefix, not the DEST_*.

rj


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
OpenCA-Devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-devel

Reply via email to