diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2011-03-28 11:35:32 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2011-03-28 11:35:32 +0200 |
commit | ff329303fc00a8f759c87b227779c39c874c9b9d (patch) | |
tree | f58b8e4cd79abb95ccd9839e2e24198cd8dbb403 | |
parent | 2e63cfdc023f609dc07a2568e132798caa9f7458 (diff) | |
download | uca-ff329303fc00a8f759c87b227779c39c874c9b9d.tar.gz uca-ff329303fc00a8f759c87b227779c39c874c9b9d.tar.bz2 uca-ff329303fc00a8f759c87b227779c39c874c9b9d.tar.xz uca-ff329303fc00a8f759c87b227779c39c874c9b9d.zip |
Correct usage of patch and make pc-file non-executable
-rw-r--r-- | misc/README.rst | 4 | ||||
-rw-r--r--[-rwxr-xr-x] | src/uca.pc.in | 0 |
2 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. diff --git a/src/uca.pc.in b/src/uca.pc.in index 59a4813..59a4813 100755..100644 --- a/src/uca.pc.in +++ b/src/uca.pc.in |