X-Git-Url: http://olivier.miskin.fr/git/?a=blobdiff_plain;ds=sidebyside;f=quiltrc;fp=quiltrc;h=66ef379ecb584f0cd033d1610a16dac82f73f255;hb=ec2b4d82916cca5a8ae30e2a4745cbdbe5b48198;hp=0000000000000000000000000000000000000000;hpb=f21afe7515180b27b0148a7024396cb9bd84f152;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 +