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

Re: quiltrc



Philipp Matthias Hahn <pmhahn@debian.org> writes:

> Hello!
>
> On Sun, May 04, 2008 at 03:13:31AM +0200, Marco d'Itri wrote:
>> ~/.quiltrc:
>> 
>> for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
>>         if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
>>                 export QUILT_PATCHES=debian/patches
>                                        "${PWD}/${where}debian/patches" ?
>>         fi
>> done
>
> I think I want the above.

quilt actually figures it out by itself if you just set QUILT_PATCHES to
debian/patches.

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


Reply to: