From: Olivier Tétard Date: Sat, 11 Feb 2012 11:45:09 +0000 (+0100) Subject: Add .quiltrc file X-Git-Url: http://olivier.miskin.fr/git/?a=commitdiff_plain;ds=sidebyside;h=ec2b4d82916cca5a8ae30e2a4745cbdbe5b48198;p=dotfiles2.git Add .quiltrc file --- 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 +