Add .quiltrc file
[dotfiles2.git] / quiltrc
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
+