From 2b7898b3bb8cc6f760f105039184b34c83a25a51 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 15 Apr 2003 08:05:53 +0000 Subject: cd to the source root before applying a patch git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3555 a1c6a512-1295-4272-9138-f99709370657 --- www/docs/patch.t | 1 + 1 file changed, 1 insertion(+) (limited to 'www') 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.

Applying a 'patch' (output from diff -u) is done with the 'patch' tool:

+  cd to/source/root
   patch < patchfile
 

-- cgit v1.2.3