summaryrefslogtreecommitdiffstats
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
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
-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.
<p>
Applying a 'patch' (output from diff -u) is done with the 'patch' tool:
<pre>
+ cd to/source/root
patch < patchfile
</pre>
<p>