summaryrefslogtreecommitdiffstats
path: root/misc/README.rst
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2011-03-28 11:35:32 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2011-03-28 11:35:32 +0200
commitff329303fc00a8f759c87b227779c39c874c9b9d (patch)
treef58b8e4cd79abb95ccd9839e2e24198cd8dbb403 /misc/README.rst
parent2e63cfdc023f609dc07a2568e132798caa9f7458 (diff)
downloaduca-ff329303fc00a8f759c87b227779c39c874c9b9d.tar.gz
uca-ff329303fc00a8f759c87b227779c39c874c9b9d.tar.bz2
uca-ff329303fc00a8f759c87b227779c39c874c9b9d.tar.xz
uca-ff329303fc00a8f759c87b227779c39c874c9b9d.zip
Correct usage of patch and make pc-file non-executable
Diffstat (limited to 'misc/README.rst')
-rw-r--r--misc/README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/README.rst b/misc/README.rst
index ece7bfc..baf0f22 100644
--- a/misc/README.rst
+++ b/misc/README.rst
@@ -24,6 +24,6 @@ Patches
We only supply patches for stable releases of OpenCV. Apply them using
- ``patch -r0 < opencv-x.y.z.patch``
+ ``patch -p0 < opencv-x.y.z.patch``
-inside the top-level directory of the source directory.
+inside the top-level directory of the source directory of OpenCV x.y.z.