From ff329303fc00a8f759c87b227779c39c874c9b9d Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Mon, 28 Mar 2011 11:35:32 +0200 Subject: Correct usage of patch and make pc-file non-executable --- misc/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/README.rst') 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. -- cgit v1.2.3