projects
/
dotfiles2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f21afe7
)
Add .quiltrc file
author
Olivier Tétard
<olivier.tetard@miskin.fr>
Sat, 11 Feb 2012 11:45:09 +0000
(12:45 +0100)
committer
Olivier Tétard
<olivier.tetard@miskin.fr>
Sat, 11 Feb 2012 11:45:09 +0000
(12:45 +0100)
quiltrc
[new file with mode: 0644]
patch
|
blob
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
+