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

Re: Installing files in /etc



On Sat, Oct 21, 2000 at 08:44:15PM +0200, Falk Hueffner wrote:
> > > debian/rules:
> > > make install DESTDIR=`pwd`/debian/tmp
> > 
> > BTW s/`pwd`/$(CURDIR)/
> 
> Uhm, why?

Because using back quotes will fork for another shell command, whereas
CURDIR is a pre-made make variable holding the same thing.

-- 
Digital Electronic Being Intended for Assassination and Nullification



Reply to: