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

Re: creating debs



On Mon, Jan 07, 2002 at 05:27:12PM -0200, Gustavo Noronha Silva wrote:
> anyway, your problem is simple to solve... the default installation
> command put on by dh_make is: 
> 
> $(MAKE) install prefix=$(CURDIR)/debian/packagename
> 
> and it should be:
> 
> $(MAKE) install prefix=$(CURDIR)/debian/packagename/usr

I prefer

    $(MAKE) install DESTDIR=$(CURDIR)/debian/packagename

as that takes care of other dirs like sysconfdir (/etc) too.

It's still a bug in dh_make though.

-- 
Bart.



Reply to: