summaryrefslogtreecommitdiff
path: root/www/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-04-15 08:05:53 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-04-15 08:05:53 +0000
commit2b7898b3bb8cc6f760f105039184b34c83a25a51 (patch)
tree0b991aaead2066fa253092c7aa1eeb0d0ec0f1c2 /www/docs
parenta97de95ed9fc2e43c2daff520f9767905d3232a7 (diff)
downloadrockbox-2b7898b3bb8cc6f760f105039184b34c83a25a51.tar.gz
rockbox-2b7898b3bb8cc6f760f105039184b34c83a25a51.zip
cd to the source root before applying a patch
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3555 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/docs')
-rw-r--r--www/docs/patch.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/docs/patch.t b/www/docs/patch.t
index 54e999abe4..3283af35ee 100644
--- a/www/docs/patch.t
+++ b/www/docs/patch.t
@@ -55,6 +55,7 @@ of the list itself.
55<p> 55<p>
56 Applying a 'patch' (output from diff -u) is done with the 'patch' tool: 56 Applying a 'patch' (output from diff -u) is done with the 'patch' tool:
57<pre> 57<pre>
58 cd to/source/root
58 patch < patchfile 59 patch < patchfile
59</pre> 60</pre>
60<p> 61<p>