summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2003-10-28 13:43:12 +0000
committerAndreas Gruenbacher <agruen@suse.de>2003-10-28 13:43:12 +0000
commit99d31b7f2ca0041cb7870c6ebecd44e3fc1700d4 (patch)
tree2df264a22531558dda35b7a3ef1e234f135aa499 /doc
parentcaedb55f6e65a7895fc9eb5df032bcf6f6ea49ba (diff)
downloadquilt-99d31b7f2ca0041cb7870c6ebecd44e3fc1700d4.tar.gz
- Change name and semantics of PATCHSCRIPTS variable: Before, if
PATCHSCRIPTS was set, the patches were in $PATCHSCRIPTS/patches. Now, if QUILT_PATCHES is set, the patches are in $QUILT_PATCHES. QUILT_PATCHES defaults to "patches", like before.
Diffstat (limited to 'doc')
-rw-r--r--doc/sample.quiltrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/sample.quiltrc b/doc/sample.quiltrc
index 8c9502e..3f81d73 100644
--- a/doc/sample.quiltrc
+++ b/doc/sample.quiltrc
@@ -1,2 +1,5 @@
# -p : Show which C function each change is in.
QUILT_DIFF_OPTS="-p${QUILT_DIFF_OPTS:+ $QUILT_DIFF_OPTS}"
+
+# The directory in which patches are found (defaults to "patches").
+#QUILT_PATCHES=patches