Merge branch 'master' of ssh://miskin.fr/home/toutoune25/scm/git/dotfiles2
[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