From: Olivier Tétard Date: Sat, 11 Feb 2012 11:45:22 +0000 (+0100) Subject: Merge branch 'master' of ssh://miskin.fr/home/toutoune25/scm/git/dotfiles2 X-Git-Url: http://olivier.miskin.fr/git/?a=commitdiff_plain;h=HEAD;hp=fe447cb863b2e602ad2b15c41726aebfe471fd9a;p=dotfiles2.git Merge branch 'master' of ssh://miskin.fr/home/toutoune25/scm/git/dotfiles2 --- 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 +