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 ++-- src/uca.pc.in | 0 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 src/uca.pc.in 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. diff --git a/src/uca.pc.in b/src/uca.pc.in old mode 100755 new mode 100644 -- cgit v1.2.3