Merge branch 'master' of ssh://miskin.fr/home/toutoune25/scm/git/dotfiles2 master
authorOlivier Tétard <olivier.tetard@miskin.fr>
Sat, 11 Feb 2012 11:45:22 +0000 (12:45 +0100)
committerOlivier Tétard <olivier.tetard@miskin.fr>
Sat, 11 Feb 2012 11:45:22 +0000 (12:45 +0100)
quiltrc [new file with mode: 0644]

diff --git a/quiltrc b/quiltrc
new file mode 100644 (file)
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
+