blob: 72ed23439577520d6d1ec2e26a617384680926f4 (
plain)
- QUILT_REFRESH_ARGS="-p ab --no-timestamps --no-index"
- for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
- if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
- export QUILT_PATCHES=debian/patches
- break
- fi
- done
|