X-Git-Url: http://olivier.miskin.fr/git/?a=blobdiff_plain;f=quiltrc;fp=quiltrc;h=66ef379ecb584f0cd033d1610a16dac82f73f255;hb=499bbd931dc0cc9133c51e8c6fe0f45ab9c94562;hp=0000000000000000000000000000000000000000;hpb=4e4eab29f9f3b9fd3b2bfcb2d11c5c86fdad585c;p=dotfiles2.git diff --git a/quiltrc b/quiltrc new file mode 100644 index 0000000..66ef379 --- /dev/null +++ b/quiltrc @@ -0,0 +1,7 @@ +for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do + if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then + export QUILT_PATCHES=debian/patches + break + fi +done +