Add .quiltrc file
[dotfiles2.git] / quiltrc
1 for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
2         if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
3                 export QUILT_PATCHES=debian/patches
4                 break
5         fi
6 done
7