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

Re: Quilt and patches directory



Raphael Geissert <atomo64+debian@gmail.com> writes:

>>        if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
>>                export QUILT_PATCHES=debian/patches
>
> Shouldn't it be 
>>                export QUILT_PATCHES=${where}debian/patches
> ?

No, quilt figures that part out for itself.

If you only ever use quilt for Debian, you can save the searching for the
debian/patches directory and just unconditionally set QUILT_PATCHES to
debian/patches.  That's what I do.

-- 
Russ Allbery (rra@debian.org)               <http://www.eyrie.org/~eagle/>


Reply to: